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