diff --git a/compose.yml b/compose.yml index a28c57f..273f7ca 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,4 @@ ---- version: "3.8" - services: web: image: "nginx:1.19.2" @@ -28,7 +26,7 @@ services: - "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - + - coop-cloud.${STACK_NAME}.web.version=1.19.2-c628b67d app: image: "invoiceninja/invoiceninja:5" volumes: @@ -61,7 +59,6 @@ services: - mariadb networks: - internal - db: image: "mariadb:10.5" environment: @@ -76,17 +73,14 @@ services: - "mariadb:/var/lib/mysql" networks: - internal - volumes: mariadb: public: storage: - networks: proxy: external: true internal: - secrets: db_root_passwd: name: ${STACK_NAME}_db_root_passwd_${SECRET_DB_ROOT_PASSWD_VERSION} @@ -100,7 +94,6 @@ secrets: api_secret: name: ${STACK_NAME}_api_secret_${SECRET_API_SECRET_VERSION} external: true - configs: nginx_conf: name: ${STACK_NAME}_nginx_conf_${NGINX_CONF_VERSION}