feat: Update priority
This commit is contained in:
@ -10,6 +10,8 @@ services:
|
|||||||
histoiredunpied-autopush:
|
histoiredunpied-autopush:
|
||||||
container_name: histoiredunpied-autopush
|
container_name: histoiredunpied-autopush
|
||||||
image: registry.lamelio.fr/kosssi/autopush
|
image: registry.lamelio.fr/kosssi/autopush
|
||||||
|
depends_on:
|
||||||
|
- histoiredunpied
|
||||||
environment:
|
environment:
|
||||||
GIT_USER: ${GIT_USER}
|
GIT_USER: ${GIT_USER}
|
||||||
GIT_URL: ${GIT_URL}
|
GIT_URL: ${GIT_URL}
|
||||||
@ -25,6 +27,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
FILE_LOG: /var/log/nginx/access.log
|
FILE_LOG: /var/log/nginx/access.log
|
||||||
FILE_OUTPUT: /usr/share/nginx/html/stats.html
|
FILE_OUTPUT: /usr/share/nginx/html/stats.html
|
||||||
|
depends_on:
|
||||||
|
- histoiredunpied-autopush
|
||||||
volumes:
|
volumes:
|
||||||
- histoiredunpied-log-volume:/var/log/nginx
|
- histoiredunpied-log-volume:/var/log/nginx
|
||||||
- histoiredunpied-src:/usr/share/nginx/html
|
- histoiredunpied-src:/usr/share/nginx/html
|
||||||
|
Reference in New Issue
Block a user