compose.cloud.yml works
This commit is contained in:
parent
7f18d0fb0d
commit
509479ab79
@ -1,7 +1,7 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
api:
|
||||
build: .
|
||||
build: ..
|
||||
environment:
|
||||
IS_DOCKER: 1
|
||||
DISABLE_LOCALHOST: 1
|
||||
@ -9,7 +9,7 @@ services:
|
||||
ports:
|
||||
- '9080:8080'
|
||||
volumes:
|
||||
- .:/app/dtm
|
||||
- ..:/app/dtm
|
||||
mysql:
|
||||
image: 'mysql:5.7'
|
||||
environment:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user