Remove autopush container

This commit is contained in:
Simon 2020-09-08 14:30:56 +02:00
parent 26733737fc
commit f1fa86b03c
1 changed files with 19 additions and 19 deletions

View File

@ -7,30 +7,30 @@ volumes:
name: histoiredunpied-stats name: histoiredunpied-stats
services: services:
histoiredunpied-autopush: # histoiredunpied-autopush:
container_name: histoiredunpied-autopush # container_name: histoiredunpied-autopush
image: registry.weko.io/autopush # image: registry.weko.io/autopush
restart: always # restart: always
depends_on: # depends_on:
- histoiredunpied # - histoiredunpied
environment: # environment:
GIT_USER: ${GIT_USER} # GIT_USER: ${GIT_USER}
GIT_URL: ${GIT_URL} # GIT_URL: ${GIT_URL}
GIT_REPOSITORY: ${GIT_REPOSITORY} # GIT_REPOSITORY: ${GIT_REPOSITORY}
DOWNLOAD_URL: ${DOWNLOAD_URL} # DOWNLOAD_URL: ${DOWNLOAD_URL}
WEBDAV_URL: ${WEBDAV_URL} # WEBDAV_URL: ${WEBDAV_URL}
labels: # labels:
com.centurylinklabs.watchtower.enable: true # com.centurylinklabs.watchtower.enable: true
volumes: # volumes:
- /etc/timezone:/etc/timezone:ro # - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro # - /etc/localtime:/etc/localtime:ro
histoiredunpied-logs: histoiredunpied-logs:
container_name: histoiredunpied-logs container_name: histoiredunpied-logs
image: registry.weko.io/goaccess image: registry.weko.io/goaccess
restart: always restart: always
depends_on: # depends_on:
- histoiredunpied-autopush # - histoiredunpied-autopush
volumes: volumes:
- histoiredunpied-log-volume:/var/log/nginx - histoiredunpied-log-volume:/var/log/nginx
- histoiredunpied-stats:/usr/share/nginx/html/stats - histoiredunpied-stats:/usr/share/nginx/html/stats