update variables

This commit is contained in:
brooke 2025-03-02 00:34:53 -05:00
parent 0352508575
commit 38d9dc3821

View File

@ -7,8 +7,8 @@ services:
volumes: volumes:
- statping:/app - statping:/app
environment: environment:
VIRTUAL_HOST: localhost HOST: localhost
VIRTUAL_PORT: 8080 PORT: 8080
DB_CONN: sqlite DB_CONN: sqlite
NAME: ${SITE_NAME} NAME: ${SITE_NAME}
DESCRIPTION: ${SITE_DESCRIPTION} DESCRIPTION: ${SITE_DESCRIPTION}
@ -23,8 +23,10 @@ services:
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=8080" - "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=8080"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- coop-cloud.${STACK_NAME}.version=0.1.1+v0.90.78 - coop-cloud.${STACK_NAME}.version=0.1.1+v0.90.78
networks: networks:
proxy: proxy:
external: true external: true
volumes: volumes:
statping: statping: