First commit
This commit is contained in:
commit
f83a061e39
9 changed files with 341 additions and 0 deletions
16
docker-compose.yaml
Normal file
16
docker-compose.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
version: '3.8'
|
||||
services:
|
||||
sailing-forms:
|
||||
build: .
|
||||
container_name: sailing_forms
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
# Mount the config file so you can edit it without rebuilding
|
||||
- ./events.yaml:/app/events.yaml
|
||||
# Mount credentials securely
|
||||
- ./credentials.json:/app/credentials.json
|
||||
|
||||
|
||||
networks:
|
||||
npm_network:
|
||||
external: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue