feat: Update priority
This commit is contained in:
parent
fe05d33a88
commit
d2b84a6bdc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue