Skip to content

Commit

Permalink
timezone mapping for database and host in docker-compose.yml - fixes p…
Browse files Browse the repository at this point in the history
  • Loading branch information
danenania committed Aug 6, 2024
1 parent 84fe08c commit a05d30b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ services:
volumes:
- ./scripts/init-db:/docker-entrypoint-initdb.d
- ${PGDATA_DIR}:/var/lib/postgresql/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
networks:
- plandex-network
plandex-server:
Expand All @@ -17,6 +19,8 @@ services:
dockerfile: Dockerfile.server
volumes:
- "${PLANDEX_DATA_DIR}:${PLANDEX_BASE_DIR}"
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- "8080:8080"
env_file:
Expand Down

0 comments on commit a05d30b

Please sign in to comment.