improve documentation

laptop_master^2 1.0-alpha0
Clemens Klug 2018-06-12 11:49:24 +02:00
parent 9b13cfdf46
commit a71376b1ce
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,15 @@
# 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
### set mtime of gpx files to the first date:

View File

@ -5,7 +5,7 @@ services:
command: --configFile=/traefik.toml
volumes:
- ./config.toml:/traefik.toml
# - ./acme.json:/acme.json
# - /srv/traefik/acme.json:/acme.json
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 80:80