disabled post-to-email

This commit is contained in:
julien
2026-01-08 15:13:56 +01:00
parent fe6c862c20
commit 32ada71c80

View File

@@ -1,27 +1,27 @@
services: services:
post-to-email: # post-to-email:
image: matthiasmullie/post-to-email # image: matthiasmullie/post-to-email
container_name: p2etaal-academiearreebzh_post-to-email # container_name: p2etaal-academiearreebzh_post-to-email
networks: # networks:
- mailserver # - mailserver
env_file: # env_file:
- .env # - .env
- ../passwords/p2etaal-academiearreebzh.pass # - ../passwords/p2etaal-academiearreebzh.pass
ports: # ports:
- "127.0.0.1:9013:80" # - "127.0.0.1:9013:80"
healthcheck: # healthcheck:
test: 'curl --fail http://localhost:80/?SENDER=test@example.com' # test: 'curl --fail http://localhost:80/?SENDER=test@example.com'
interval: 1m # interval: 1m
timeout: 10s # timeout: 10s
retries: 3 # retries: 3
start_period: 20s # start_period: 20s
restart: unless-stopped # restart: unless-stopped
zola: zola:
build: . build: .
container_name: taal-academiearreebzh_zola container_name: taal-academiearreebzh_zola
ports: ports:
- "127.0.0.1:8001:80" - "127.0.0.1:8001:80"
restart: unless-stopped restart: unless-stopped
networks: # networks:
mailserver: # mailserver:
external: true # external: true