Make sure containers from registry are pulled
This commit is contained in:
parent
81edda50bb
commit
62ebf39b21
@ -20,7 +20,6 @@ services:
|
|||||||
|
|
||||||
html:
|
html:
|
||||||
container_name: html
|
container_name: html
|
||||||
build: html
|
|
||||||
image: registry.wojciechkozlowski.eu/wojtek/loki/html
|
image: registry.wojciechkozlowski.eu/wojtek/loki/html
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
@ -46,7 +45,6 @@ services:
|
|||||||
|
|
||||||
nextcloud-app:
|
nextcloud-app:
|
||||||
container_name: nextcloud-app
|
container_name: nextcloud-app
|
||||||
build: nextcloud
|
|
||||||
image: registry.wojciechkozlowski.eu/wojtek/loki/nextcloud
|
image: registry.wojciechkozlowski.eu/wojtek/loki/nextcloud
|
||||||
links:
|
links:
|
||||||
- nextcloud-db
|
- nextcloud-db
|
||||||
@ -122,7 +120,6 @@ services:
|
|||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
container_name: proxy
|
container_name: proxy
|
||||||
build: proxy
|
|
||||||
image: registry.wojciechkozlowski.eu/wojtek/loki/proxy
|
image: registry.wojciechkozlowski.eu/wojtek/loki/proxy
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
|
Reference in New Issue
Block a user