docker-compose.yml 281 B

1234567891011121314
  1. version: '2'
  2. services:
  3. txt2mail:
  4. build:
  5. context: ./data/
  6. dockerfile: Dockerfile
  7. image: toastie89/txt2mail
  8. container_name: txt2mail
  9. hostname: txt2mail
  10. restart: on-failure:3
  11. volumes:
  12. - './data/:/opt/txt2mail'
  13. env_file:
  14. - .env