parent
9b13cfdf46
commit
a71376b1ce
10
Readme.md
10
Readme.md
|
|
@ -1,5 +1,15 @@
|
||||||
# Geogame Log Analyzer
|
# Geogame Log Analyzer
|
||||||
|
|
||||||
|
## Setup (webui)
|
||||||
|
|
||||||
|
* First setup a reverse proxy (see *frontend/* for a reference with traefik)
|
||||||
|
* Start the framework
|
||||||
|
* `docker-compose up -d`
|
||||||
|
* Default config expects a docker network connection to traefik
|
||||||
|
* name: 'traefik_net'
|
||||||
|
* created when using the traefik reference from *frontend/*
|
||||||
|
* `docker network inspect traefik_net`
|
||||||
|
|
||||||
## log data
|
## log data
|
||||||
|
|
||||||
### set mtime of gpx files to the first date:
|
### set mtime of gpx files to the first date:
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ services:
|
||||||
command: --configFile=/traefik.toml
|
command: --configFile=/traefik.toml
|
||||||
volumes:
|
volumes:
|
||||||
- ./config.toml:/traefik.toml
|
- ./config.toml:/traefik.toml
|
||||||
# - ./acme.json:/acme.json
|
# - /srv/traefik/acme.json:/acme.json
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue