mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
added profiles for containers management
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user