docker-stacks/inbucket/docker-compose.yml
Alexey Skobkin ae84607d29
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
inbucket. draft.
2022-05-31 20:53:57 +03:00

14 lines
460 B
YAML

services:
gatus:
image: inbucket/inbucket:latest
container_name: inbucket
ports:
- "${HOST_HTTP_PORT:-0.0.0.0}:${HOST_HTTP_PORT:8389}:9000"
- "${HOST_SMTP_ADDR:-0.0.0.0}:${HOST_SMTP_PORT:8389}:2500"
- "${HOST_HTTP_ADDR:-0.0.0.0}:${HOST_POP3_PORT:8389}:1100"
volumes:
# Not used by default, you need to configure storage parameters to store on disk.
- ./data:/data/
env_file: .env
restart: unless-stopped