added profiles for containers management

This commit is contained in:
Yhael S
2023-10-19 22:11:19 -05:00
parent 688a590282
commit 70fc974b62
7 changed files with 92 additions and 270 deletions

View File

@@ -17,22 +17,6 @@ services:
- 80:80
- 443:443
letsencrypt:
image: nginxproxy/acme-companion:${ACME_COMPANION_TAG}
depends_on:
- nginx-proxy
restart: unless-stopped
volumes_from:
- nginx-proxy:rw
volumes:
- certs:${NGINX_CERTS}:rw
- acme:${NGINX_ACME}
- ${DOCKER_SOCK}:${DOCKER_SOCK}:ro
environment:
- DEFAULT_EMAIL
networks:
- internal
volumes:
acme:
certs: