Advertisement
holmbergfan

Untitled

Aug 18th, 2022
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.58 KB | None | 0 0
  1. version: '3.4'
  2.  
  3. services:
  4. #   database:
  5. #     image: mysql:5.7
  6. #     network_mode: "host"
  7. #     env_file:
  8. #        - ./env/mysql.env
  9. #   server:
  10. #      image: local/ost:v1
  11. #      command: sh -c "./scripts/awake.sh"
  12. #      env_file:
  13. #          - ./env/mysql.env
  14. #          - ./env/vm.env
  15. #      depends_on:
  16. #        - database
  17. #      network_mode: "host"
  18. server:
  19.     image: local/ost:v1
  20.     command: sh -c "./scripts/awake.sh"
  21.     ports:
  22.       - "127.0.0.1:7171:7171"
  23.       - "127.0.0.1:7172:7172"
  24.      env_file:
  25.           - ./env/mysql.env
  26.           - ./env/vm.env
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement