Skip to content

Commit

Permalink
added comprehensive postgres logs for local env
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarcoin committed May 14, 2024
1 parent c0d5dbd commit f93d7f4
Show file tree
Hide file tree
Showing 2 changed files with 841 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ services:
ports:
- "5432:5432"
volumes:
- ./postgresql.conf:/etc/postgresql/postgresql.conf
- "./testData.sql:/docker-entrypoint-initdb.d/init.sql"
- "./createLogsDatabase.sql:/docker-entrypoint-initdb.d/initLogs.sql"
environment:
- POSTGRES_PASSWORD=toto
- POSTGRES_HOST_AUTH_METHOD=trust
command: ["postgres", "-c", "config_file=/etc/postgresql/postgresql.conf"]
wekandb:
image: mongo:5
#-------------------------------------------------------------------------------------
Expand Down Expand Up @@ -50,6 +52,7 @@ services:
- /etc/localtime:/etc/localtime:ro
- wekan-files:/data:rw
volumes:
postgresql.conf:
testData.sql:
createLogsDatabase.sql:
wekan-files:
Expand Down
Loading

0 comments on commit f93d7f4

Please sign in to comment.