docker-compose.yml 151 B

123456789
  1. version: '3'
  2. services:
  3. my_python_app:
  4. build: .
  5. ports:
  6. - "9020:29015"
  7. restart: always
  8. volumes:
  9. - /home/aihtml:/home/aihtml