Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Update Docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata committed Jul 27, 2022
1 parent 724c641 commit df0c09f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .docker/prod/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Build arguments
ARG IMAGE_REGISTRY=familytree365
ARG IMAGE_TAG=latest

# Image
#FROM ${IMAGE_REGISTRY}/nuxt:${IMAGE_TAG}

# Image
FROM node:16-alpine

Expand Down
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
COMPOSE_FILE=docker-compose.yml
BASE_IMAGE_DOCKERFILE=./.docker/prod/base/Dockerfile
IMAGE_REGISTRY=familytree365
IMAGE_TAG=latest

BASE_URL=https://api.familytree365.com
ECHO_PORT=
HOSTNAME=https://www.familytree365.com
Expand Down
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ services:
build:
context: ./
dockerfile: ./.docker/prod/app/Dockerfile
args:
IMAGE_REGISTRY: ${IMAGE_REGISTRY}
IMAGE_TAG: ${IMAGE_TAG}
hostname: client
networks:
- client
Expand Down

0 comments on commit df0c09f

Please sign in to comment.