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