Remove env_file requirement from docker-compose

Static site works without env vars. API features can be added later.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-02 12:52:22 +00:00
parent 033b9bccd3
commit a266879c9c
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ services:
build: .
container_name: votc
restart: unless-stopped
env_file:
- .env
labels:
- "traefik.enable=true"
- "traefik.http.routers.votc.rule=Host(`votc.jeffemmett.com`)"