Error page + config + docker
This commit is contained in:
parent
7e821296a6
commit
c6c533a503
13 changed files with 110 additions and 31 deletions
8
compose.yml
Normal file
8
compose.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
services:
|
||||
gpx-download:
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "127.0.0.1:3000:3000"
|
||||
volumes:
|
||||
- ./config.toml:/app/config.toml
|
||||
Loading…
Add table
Add a link
Reference in a new issue