Browse Source

compose.cloud.yml works

pull/27/head
yedf2 5 years ago
parent
commit
509479ab79
  1. 4
      helper/compose.cloud.yml

4
helper/compose.cloud.yml

@ -1,7 +1,7 @@
version: '3.3' version: '3.3'
services: services:
api: api:
build: . build: ..
environment: environment:
IS_DOCKER: 1 IS_DOCKER: 1
DISABLE_LOCALHOST: 1 DISABLE_LOCALHOST: 1
@ -9,7 +9,7 @@ services:
ports: ports:
- '9080:8080' - '9080:8080'
volumes: volumes:
- .:/app/dtm - ..:/app/dtm
mysql: mysql:
image: 'mysql:5.7' image: 'mysql:5.7'
environment: environment:

Loading…
Cancel
Save