Skip to content

Commit

Permalink
add better integration between services
Browse files Browse the repository at this point in the history
  • Loading branch information
progress44 committed Mar 9, 2023
1 parent 6582565 commit d64d4aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-letsencrypt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ services:
environment:
- DEFAULT_EMAIL=${DEFAULT_EMAIL}
- NGINX_DOCKER_GEN_CONTAINER=$COMPOSE_PROJECT_NAME.dockergen
- NGINX_PROXY_CONTAINER=$COMPOSE_PROJECT_NAME.nginx
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ services:
image: ${REGISTRY}/nginx:latest
container_name: $COMPOSE_PROJECT_NAME.nginx
restart: always
labels:
- com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy
ports:
- "80:80"
- "443:443"
Expand Down

0 comments on commit d64d4aa

Please sign in to comment.