Skip to content

Commit

Permalink
Update docker-compose.prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric authored Jan 31, 2024
1 parent 6200032 commit eab37e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ services:
image: ghcr.io/${IMAGE_REPO}:${RELEASE_VERSION}
restart: always
ports:
- "80"
- "8080"
container_name: ${APP_NAME}_app
environment:
VIRTUAL_HOST: ${HOST_DOMAIN}
VIRTUAL_PORT: 8080
LETSENCRYPT_HOST: ${HOST_DOMAIN}
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL}
OPENAI_MODEL: ${OPENAI_MODEL}
Expand All @@ -31,4 +32,4 @@ networks:
name: nginx

volumes:
app-mydb:
app-mydb:

0 comments on commit eab37e7

Please sign in to comment.