Skip to content

Commit

Permalink
Update docker-compose-template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric authored Nov 13, 2023
1 parent db1c084 commit 5792a61
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .deploy/docker-compose-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ services:
${APP_NAME}:
image: ghcr.io/${IMAGE_REPO}:${RELEASE_VERSION}
restart: always
network_mode: bridge
ports:
- "80"
- "5051:5051"
Expand All @@ -13,3 +12,8 @@ services:
LETSENCRYPT_HOST: ${HOST_DOMAIN}
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL}
DEPLOY_API: ${DEPLOY_API}

networks:
default:
external: true
name: nginx

0 comments on commit 5792a61

Please sign in to comment.