Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: '3.4'
- services:
- # database:
- # image: mysql:5.7
- # network_mode: "host"
- # env_file:
- # - ./env/mysql.env
- # server:
- # image: local/ost:v1
- # command: sh -c "./scripts/awake.sh"
- # env_file:
- # - ./env/mysql.env
- # - ./env/vm.env
- # depends_on:
- # - database
- # network_mode: "host"
- server:
- image: local/ost:v1
- command: sh -c "./scripts/awake.sh"
- ports:
- - "127.0.0.1:7171:7171"
- - "127.0.0.1:7172:7172"
- env_file:
- - ./env/mysql.env
- - ./env/vm.env
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement