Skip to content

Commit

Permalink
use INSTALL_DSN
Browse files Browse the repository at this point in the history
  • Loading branch information
Giraffaman committed Feb 26, 2024
1 parent 3ec5029 commit c0b0fc9
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@ services:
networks:
- bay-21-internal

# memcached:
# image: memcached:latest
# container_name: ${CAC_NAME}
# ports:
# - ${CAC_PORT}:11211
# command:
# - '--memory-limit=512'
# networks:
# - bay-21-internal

shimmie:
build:
context: .
Expand All @@ -48,8 +38,8 @@ services:
- MAX_EXECUTION_TIME=${MAX_EXECUTION_TIME}
- POST_MAX_SIZE=${POST_MAX_SIZE}
- MEMORY_LIMIT=${MEMORY_LIMIT}

#INSTALL_DSN: "pgsql:user=shimmie;password=shimmie;host=sql;dbname=shimmie"
# defined to skip initial install screen - could this also help with "recovering" from temporarily stale nfs share?
- INSTALL_DSN="pgsql:user=${PSQL_USER};password=${PSQL_PW};host=sql;dbname=${PSQL_DB}"
ports:
- ${PORT}:8000
volumes:
Expand Down

0 comments on commit c0b0fc9

Please sign in to comment.