updates to deploy testing and certbot commands
This commit is contained in:
@@ -4,19 +4,16 @@ version: '3.4'
|
||||
services:
|
||||
|
||||
renew:
|
||||
container_name: certbot
|
||||
image: ${LETSENCRYPT_IMAGE}
|
||||
volumes:
|
||||
- ${LETSENCRYPT_MOUNT}:/etc/letsencrypt:ro
|
||||
- ${LETSENCRYPT_MOUNT}:/etc/letsencrypt
|
||||
ports:
|
||||
- 80:80
|
||||
command:
|
||||
entrypoint:
|
||||
- certbot
|
||||
- certonly
|
||||
- -n
|
||||
- --standalone
|
||||
- --test-cert
|
||||
- --dryrun
|
||||
networks:
|
||||
- prod_ui
|
||||
|
||||
certificates:
|
||||
image: ${LETSENCRYPT_IMAGE}
|
||||
@@ -36,10 +33,3 @@ services:
|
||||
- ${LETSENCRYPT_MOUNT}:/etc/letsencrypt
|
||||
ports:
|
||||
- 80:80
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
prod_ui:
|
||||
external:
|
||||
name: prod_ui
|
||||
|
||||
Reference in New Issue
Block a user