Reformat compose files
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -1,21 +1,19 @@
|
||||
version: '3.9'
|
||||
|
||||
services:
|
||||
goaccess:
|
||||
image: registry.karaolidis.com/karaolidis/goaccess-docker
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /home/nick/configs/goaccess/config:/config
|
||||
- /home/nick/configs/goaccess/GeoLite2-City.mmdb:/GeoLite2-City.mmdb
|
||||
- /home/nick/configs/routing/nginx/log:/opt/log:ro
|
||||
environment:
|
||||
PGID: 1000
|
||||
PUID: 1000
|
||||
networks:
|
||||
- default
|
||||
- routing
|
||||
goaccess:
|
||||
image: registry.karaolidis.com/karaolidis/goaccess-docker
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /home/nick/configs/goaccess/config:/config
|
||||
- /home/nick/configs/goaccess/GeoLite2-City.mmdb:/GeoLite2-City.mmdb
|
||||
- /home/nick/configs/routing/nginx/log:/opt/log:ro
|
||||
environment:
|
||||
- PGID=1000
|
||||
- PUID=1000
|
||||
networks:
|
||||
- default
|
||||
- routing
|
||||
|
||||
networks:
|
||||
routing:
|
||||
external: true
|
||||
name: routing
|
||||
routing:
|
||||
external: true
|
||||
name: routing
|
||||
|
Reference in New Issue
Block a user