chore: remove committed docker-compose.yml

Cleaning up files so it's easier to deploy. Look for example.docker-compose.yml instead
This commit is contained in:
2025-04-04 14:20:04 -06:00
committed by GitHub
parent 2bbe30e1e0
commit ff175edcf6
-15
View File
@@ -1,15 +0,0 @@
version: "3.8"
services:
guestbook:
build: .
container_name: guestbook
ports:
- "${PORT:-8000}:8000"
env_file:
- .env
volumes:
# Mount a named volume at /data so that the database file (configured in .env) persists
- /home/steve/kiosk-guestbook:/data
volumes:
guestbook_data: