File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package common
3
3
var CloudConfig * CloudConfiguration
4
4
5
5
const (
6
- DEBUG = true
6
+ DEBUG = false
7
7
MAINTENANCE = false
8
8
PORT = "8080"
9
9
)
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ services:
22
22
context : ../..
23
23
dockerfile : ././build/package/safeu-backend/Dockerfile-compose
24
24
volumes :
25
- - ../../log/web1 :/go/src/a2os/safeu-backend/log/
25
+ - ../../log/safeu1 :/go/src/a2os/safeu-backend/log
26
26
# - ../..:/go/src/a2os/safeu-backend/
27
27
environment :
28
28
- TZ=Asia/Shanghai
@@ -39,7 +39,7 @@ services:
39
39
context : ../..
40
40
dockerfile : ././build/package/safeu-backend/Dockerfile-compose
41
41
volumes :
42
- - ../../log/web2 :/go/src/a2os/safeu-backend/log/
42
+ - ../../log/safeu2 :/go/src/a2os/safeu-backend/log
43
43
# - ../..:/go/src/a2os/safeu-backend/
44
44
environment :
45
45
- TZ=Asia/Shanghai
@@ -56,7 +56,7 @@ services:
56
56
context : ../..
57
57
dockerfile : ././build/package/safeu-backend/Dockerfile-compose
58
58
volumes :
59
- - ../../log/web2 :/go/src/a2os/safeu-backend/log/
59
+ - ../../log/safeu3 :/go/src/a2os/safeu-backend/log
60
60
# - ../..:/go/src/a2os/safeu-backend/
61
61
environment :
62
62
- TZ=Asia/Shanghai
You can’t perform that action at this time.
0 commit comments