Adding dockerignore and gitignore
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Copy to .env.prod on the server at ${REMOTE_DIR}/.env.prod
|
||||
# (default: /opt/voxel-automata-lab/.env.prod)
|
||||
#
|
||||
# Must match the credentials of the shared gnommo-db Postgres (gu_common stack).
|
||||
|
||||
POSTGRES_USER=gnommo
|
||||
POSTGRES_PASSWORD=replace_me
|
||||
|
||||
# Database name within gnommo-db. Optional — defaults to ca_studio if unset.
|
||||
LAB_DB=ca_studio
|
||||
Reference in New Issue
Block a user