mirror of
https://github.com/tmdinosaurcenter/kiosk-guestbook.git
synced 2025-04-23 20:32:26 -06:00
Delete docker-compose.yml
Cleaning up files so it's easier to deploy. Look for example.docker-compose.yml instead
This commit is contained in:
parent
c1f9ab05b4
commit
f4466b8a67
@ -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:
|
Loading…
x
Reference in New Issue
Block a user