Remove autopush container
This commit is contained in:
parent
26733737fc
commit
f1fa86b03c
|
@ -7,30 +7,30 @@ volumes:
|
|||
name: histoiredunpied-stats
|
||||
|
||||
services:
|
||||
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-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
|
||||
image: registry.weko.io/goaccess
|
||||
restart: always
|
||||
depends_on:
|
||||
- histoiredunpied-autopush
|
||||
# depends_on:
|
||||
# - histoiredunpied-autopush
|
||||
volumes:
|
||||
- histoiredunpied-log-volume:/var/log/nginx
|
||||
- histoiredunpied-stats:/usr/share/nginx/html/stats
|
||||
|
|
Loading…
Reference in New Issue