+ Applied timezone to all services
This commit is contained in:
parent
42b86a78d2
commit
d5a30dbe1d
@ -10,6 +10,8 @@ services:
|
||||
- PYTHONUNBUFFERED=1
|
||||
volumes:
|
||||
- .:/app
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
networks:
|
||||
- cm-network
|
||||
depends_on:
|
||||
@ -28,6 +30,8 @@ services:
|
||||
- PYTHONUNBUFFERED=1
|
||||
volumes:
|
||||
- .:/app
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
networks:
|
||||
- cm-network
|
||||
|
||||
@ -45,6 +49,8 @@ services:
|
||||
- API_BASE_URL=http://api-server:3000
|
||||
volumes:
|
||||
- .:/app
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
networks:
|
||||
- cm-network
|
||||
depends_on:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user