histoiredunpied/docker-compose.yml

62 lines
1.7 KiB
YAML
Raw Normal View History

2021-04-12 17:55:31 +02:00
version: "3.8"
2020-03-17 11:17:48 +01:00
volumes:
histoiredunpied-log-volume:
name: histoiredunpied-log-volume
2020-04-01 12:10:31 +02:00
histoiredunpied-stats:
name: histoiredunpied-stats
2020-02-11 09:02:51 +01:00
services:
2020-09-08 14:30:56 +02:00
# histoiredunpied-autopush:
# container_name: histoiredunpied-autopush
# image: registry.weko.io/autopush
# restart: always
# depends_on:
# - histoiredunpied
# environment:
# GIT_USER: ${GIT_USER}
# GIT_URL: ${GIT_URL}
# GIT_REPOSITORY: ${GIT_REPOSITORY}
# DOWNLOAD_URL: ${DOWNLOAD_URL}
# WEBDAV_URL: ${WEBDAV_URL}
# labels:
# com.centurylinklabs.watchtower.enable: true
# volumes:
# - /etc/timezone:/etc/timezone:ro
# - /etc/localtime:/etc/localtime:ro
histoiredunpied-logs:
container_name: histoiredunpied-logs
2021-04-12 17:08:40 +02:00
image: registry.weko.io/goaccess:1.4.6
2020-04-05 10:04:19 +02:00
restart: always
2020-09-08 14:30:56 +02:00
# depends_on:
# - histoiredunpied-autopush
volumes:
- histoiredunpied-log-volume:/var/log/nginx
2020-04-01 12:10:31 +02:00
- histoiredunpied-stats:/usr/share/nginx/html/stats
2020-07-20 20:01:54 +02:00
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
labels:
com.centurylinklabs.watchtower.enable: true
2020-02-11 09:02:51 +01:00
histoiredunpied:
2020-09-08 14:31:14 +02:00
container_name: histoiredunpied
2020-05-21 17:13:57 +02:00
image: registry.weko.io/histoiredunpied
2020-04-05 10:04:19 +02:00
restart: always
2020-03-17 11:17:48 +01:00
volumes:
- histoiredunpied-log-volume:/var/log/nginx
2020-04-01 12:10:31 +02:00
- histoiredunpied-stats:/usr/share/nginx/html/stats
2020-07-20 20:01:54 +02:00
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
2020-02-11 09:02:51 +01:00
labels:
traefik.enable: "true"
2020-03-11 16:20:33 +01:00
2020-09-08 14:31:14 +02:00
traefik.http.routers.histoiredunpied.rule: "Host(`histoiredunpied.com`)"
2020-07-20 20:01:54 +02:00
traefik.http.routers.histoiredunpied.entrypoints: "web"
2020-03-11 16:20:33 +01:00
2020-03-21 09:24:02 +01:00
com.centurylinklabs.watchtower.enable: true
2020-02-11 09:02:51 +01:00
networks:
default:
external:
name: traefik