mirror of
https://github.com/veops/cmdb.git
synced 2025-08-07 21:39:26 +08:00
fix timezone
This commit is contained in:
@@ -32,6 +32,8 @@ services:
|
|||||||
dockerfile: api/Dockerfile
|
dockerfile: api/Dockerfile
|
||||||
image: cmdb-api:0.1
|
image: cmdb-api:0.1
|
||||||
container_name: cmdb-api
|
container_name: cmdb-api
|
||||||
|
environment:
|
||||||
|
TZ: Asia/Shanghai
|
||||||
command:
|
command:
|
||||||
- /bin/bash
|
- /bin/bash
|
||||||
- -c
|
- -c
|
||||||
@@ -56,6 +58,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- cmdb-api
|
- cmdb-api
|
||||||
environment:
|
environment:
|
||||||
|
TZ: Asia/Shanghai
|
||||||
CMDB_API_HOST: cmdb-api:5000
|
CMDB_API_HOST: cmdb-api:5000
|
||||||
NGINX_PORT: 80
|
NGINX_PORT: 80
|
||||||
volumes:
|
volumes:
|
||||||
|
0
docs/Dockerfile
Normal file
0
docs/Dockerfile
Normal file
Reference in New Issue
Block a user