Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tbmc committed May 28, 2024
1 parent 255160d commit 8f825c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
sporteasy-calendar-connector:
image: sporteasy-calendar-connector
Expand All @@ -8,5 +7,8 @@ services:
- "5000:5000"
volumes:
- ./sporteasy-calendar-connector-logs:/logs
- ./database.db:/app/database.db
# Ensure this file exists before running. `touch database.db` is sufficient.
- type: bind
source: ./database.db
target: /app/database.db
restart: unless-stopped

0 comments on commit 8f825c3

Please sign in to comment.