Files
waitlist/docker-compose.yml
Roberto Musso 77e02b4e86
Some checks failed
Test & Deploy Waitlist / test (push) Successful in 37s
Test & Deploy Waitlist / deploy (push) Failing after 51s
update building
2026-04-11 14:41:16 +02:00

8 lines
108 B
YAML

services:
app:
build: .
ports:
- "8001:8001"
env_file: .env
restart: unless-stopped