stack-testing.yml 244 B

12345678910111213141516
  1. version: "3.1"
  2. services:
  3. rollbot:
  4. build: .
  5. ports:
  6. - "6071:6070"
  7. restart: always
  8. command: [ "python3", "app.py" ]
  9. db:
  10. image: postgres
  11. restart: always
  12. environment:
  13. POSTGRES_PASSWORD: rollbotpostgres