unable to deploy with komodo due to build command.
Some checks failed
Auto-Deploy Changed Stacks / deploy (push) Failing after 13s

This commit is contained in:
Nathan 2026-07-07 10:30:53 -04:00
parent e27aa50d8d
commit 583e939a57

View File

@ -1,28 +0,0 @@
services:
evershelf:
build: .
container_name: evershelf
ports:
- "8080:80"
networks:
- proxy-net
labels:
- "traefik.enable=true"
- "traefik.http.routers.evershelf.entrypoints=websecure"
- "traefik.http.routers.evershelf.rule=Host(`evershelf.castaldifamily.com`)"
- "traefik.http.routers.evershelf.tls=true"
- "traefik.http.routers.evershelf.tls.certresolver=cloudflare"
- "traefik.http.services.evershelf.loadbalancer.server.port=8080"
volumes:
# Persist database and runtime data
- /mnt/appdata/evershelf/data:/var/www/html/data
# Mount your local .env configuration
- /mnt/appdata/evershelf/.env:/var/www/html/.env:ro
restart: unless-stopped
environment:
- TZ=America/New_York
networks:
proxy-net:
name: proxy-net
external: true