docker-compose.yml 291 B

1234567891011
  1. services:
  2. bot:
  3. image: "anonflow"
  4. build:
  5. context: .
  6. dockerfile: Dockerfile
  7. labels:
  8. org.opencontainers.image.version: "${VERSION:?VERSION is not set. Use 'python manage.py deploy'}"
  9. volumes:
  10. - ./rules/:/app/rules/
  11. - ./config.yml:/app/config.yml