migracion
This commit is contained in:
parent
6fe5b67d90
commit
2450e57eee
2 changed files with 57 additions and 2 deletions
55
conf.yaml
Normal file
55
conf.yaml
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
services:
|
||||||
|
poste:
|
||||||
|
image: analogic/poste.io
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- '25:25'
|
||||||
|
- '110:110'
|
||||||
|
- '143:143'
|
||||||
|
- '465:465'
|
||||||
|
- '587:587'
|
||||||
|
- '993:993'
|
||||||
|
- '995:995'
|
||||||
|
- '4190:4190'
|
||||||
|
volumes:
|
||||||
|
- '/home/rober/proyects/mail.poste.io/data:/data'
|
||||||
|
environment:
|
||||||
|
HTTPS: 'off'
|
||||||
|
COOLIFY_CONTAINER_NAME: poste-p0k8g8o
|
||||||
|
networks:
|
||||||
|
p0k8g8o: null
|
||||||
|
labels:
|
||||||
|
- coolify.managed=true
|
||||||
|
- coolify.version=4.0.0-beta.317
|
||||||
|
- coolify.serviceId=24
|
||||||
|
- coolify.type=service
|
||||||
|
- coolify.name=poste-p0k8g8o
|
||||||
|
- coolify.pullRequestId=0
|
||||||
|
- coolify.service.subId=73
|
||||||
|
- coolify.service.subType=application
|
||||||
|
- traefik.enable=true
|
||||||
|
- traefik.http.middlewares.gzip.compress=true
|
||||||
|
- traefik.http.middlewares.redirect-to-https.redirectscheme.scheme=https
|
||||||
|
- traefik.http.routers.http-0-p0k8g8o-poste.entryPoints=http
|
||||||
|
- traefik.http.routers.http-0-p0k8g8o-poste.middlewares=redirect-to-https
|
||||||
|
- 'traefik.http.routers.http-0-p0k8g8o-poste.rule=Host(`mail.angeltrucco.com`) && PathPrefix(`/`)'
|
||||||
|
- traefik.http.routers.https-0-p0k8g8o-poste.entryPoints=https
|
||||||
|
- traefik.http.routers.https-0-p0k8g8o-poste.middlewares=gzip
|
||||||
|
- 'traefik.http.routers.https-0-p0k8g8o-poste.rule=Host(`mail.angeltrucco.com`) && PathPrefix(`/`)'
|
||||||
|
- traefik.http.routers.https-0-p0k8g8o-poste.tls.certresolver=letsencrypt
|
||||||
|
- traefik.http.routers.https-0-p0k8g8o-poste.tls=true
|
||||||
|
- 'caddy_0.encode=zstd gzip'
|
||||||
|
- 'caddy_0.handle_path.0_reverse_proxy={{upstreams}}'
|
||||||
|
- 'caddy_0.handle_path=/*'
|
||||||
|
- caddy_0.header=-Server
|
||||||
|
- 'caddy_0.try_files={path} /index.html /index.php'
|
||||||
|
- 'caddy_0=https://mail.angeltrucco.com'
|
||||||
|
- caddy_ingress_network=p0k8g8o
|
||||||
|
container_name: poste-p0k8g8o
|
||||||
|
volumes: { }
|
||||||
|
networks:
|
||||||
|
p0k8g8o:
|
||||||
|
name: p0k8g8o
|
||||||
|
external: true
|
||||||
|
configs: { }
|
||||||
|
secrets: { }
|
|
@ -15,9 +15,9 @@ services:
|
||||||
- 5443
|
- 5443
|
||||||
- 4190
|
- 4190
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- /home/rober/proyects/mail.poste.io/data:/data
|
||||||
environment:
|
environment:
|
||||||
- HTTPS=on
|
- HTTPS=on
|
||||||
- DISABLE_CLAMAV=TRUE
|
- DISABLE_CLAMAV=TRUE
|
||||||
- HTTP_PORT=5080
|
- HTTP_PORT=5080
|
||||||
- HTTPS_PORT=5443
|
- HTTPS_PORT=5443
|
||||||
|
|
Loading…
Reference in a new issue