Reihenfolge der Container geändert. Erst nginx dann nextcloud
This commit is contained in:
parent
d512747fef
commit
6c8046c4b8
|
@ -30,24 +30,6 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- backend-nextcloud
|
- backend-nextcloud
|
||||||
|
|
||||||
web:
|
|
||||||
image: nginx
|
|
||||||
ports:
|
|
||||||
- 8080:80
|
|
||||||
links:
|
|
||||||
- app
|
|
||||||
networks:
|
|
||||||
- webproxy
|
|
||||||
- backend-nextcloud
|
|
||||||
volumes:
|
|
||||||
- /opt/appdata/nextcloud/nginx.conf:/etc/nginx/nginx.conf
|
|
||||||
volumes_from:
|
|
||||||
- app
|
|
||||||
container_name: nextcloud-nginx-bmen-cc
|
|
||||||
depends_on:
|
|
||||||
- app
|
|
||||||
restart: always
|
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: nextcloud:fpm
|
image: nextcloud:fpm
|
||||||
links:
|
links:
|
||||||
|
@ -64,3 +46,21 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
- redis
|
- redis
|
||||||
|
|
||||||
|
web:
|
||||||
|
image: nginx
|
||||||
|
ports:
|
||||||
|
- 8080:80
|
||||||
|
links:
|
||||||
|
- app
|
||||||
|
networks:
|
||||||
|
- webproxy
|
||||||
|
- backend-nextcloud
|
||||||
|
volumes:
|
||||||
|
- /opt/appdata/nextcloud/nginx.conf:/etc/nginx/nginx.conf
|
||||||
|
volumes_from:
|
||||||
|
- app
|
||||||
|
container_name: nextcloud-nginx-bmen-cc
|
||||||
|
depends_on:
|
||||||
|
- app
|
||||||
|
restart: always
|
||||||
|
|
Loading…
Reference in New Issue