fix: update docker-compose.yml

test
bigfengyu 5 years ago
parent c1f22a2c5f
commit 057a44065c

@ -7,18 +7,15 @@ version: "3"
services: services:
# frontend # frontend
dolores: dolores:
# image: nginx:stable-alpine image: rapteam/rap2-dolores:latest
image: rapcore/rap2-dolores:latest
ports: ports:
- 38081:38081 - 38081:38081
# backend # backend
delos: delos:
# build from ./Dockerfile image: rapteam/rap2-delos:latest
image: rapcore/rap2-delos:latest
ports: ports:
- 38080:38080 - 38080:38080
# build from images
environment: environment:
- SERVE_PORT=38080 - SERVE_PORT=38080
# if you have your own mysql, config it here, and disable the 'mysql' config blow # if you have your own mysql, config it here, and disable the 'mysql' config blow

Loading…
Cancel
Save