chore: Add docker compose file for production

This commit is contained in:
Gerardo Navarro 2022-08-21 16:11:19 +02:00
parent 957f957cf9
commit 92c19fce55
3 changed files with 70 additions and 0 deletions

13
.env.prod.default Normal file
View file

@ -0,0 +1,13 @@
# Please copy and rename this file.
#
# !Attention!
# Always ensure to load the env variables in every terminal session.
# Otherwise the env variables will not be available
DOCKER_COMPOSE_APP_PROD_PORT_PUBLISHED=9001
DOCKER_COMPOSE_APP_PROD_PORT_TARGET=9001
DOCKER_COMPOSE_POSTGRES_PROD_DB=
DOCKER_COMPOSE_POSTGRES_PROD_PASSWORD=
DOCKER_COMPOSE_POSTGRES_PROD_USER=