Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Giraffaman committed Feb 29, 2024
1 parent 75bc5df commit 6976144
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ services:
- POSTGRES_DB=${PSQL_DB}
- POSTGRES_USER=${PSQL_USER}
- POSTGRES_PASSWORD=${PSQL_PW}
- UPLOAD_MAX_FILESIZE=${UPLOAD_MAX_FILESIZE}
- MAX_FILE_UPLOADS=${MAX_FILE_UPLOADS}
- MAX_EXECUTION_TIME=${MAX_EXECUTION_TIME}
- POST_MAX_SIZE=${POST_MAX_SIZE}
- MEMORY_LIMIT=${MEMORY_LIMIT}
- PHP_INI_UPLOAD_MAX_FILESIZE=${UPLOAD_MAX_FILESIZE}
- PHP_INI_MAX_FILE_UPLOADS=${MAX_FILE_UPLOADS}
- PHP_INI_MAX_EXECUTION_TIME=${MAX_EXECUTION_TIME}
- PHP_INI_POST_MAX_SIZE=${POST_MAX_SIZE}
- PHP_INI_MEMORY_LIMIT=${MEMORY_LIMIT}

#INSTALL_DSN: "pgsql:user=shimmie;password=shimmie;host=sql;dbname=shimmie"
ports:
Expand Down

0 comments on commit 6976144

Please sign in to comment.