Make sure containers from registry are pulled

This commit is contained in:
Wojciech Kozlowski 2022-07-24 17:44:34 +02:00
parent 81edda50bb
commit 62ebf39b21

View File

@ -20,7 +20,6 @@ services:
html:
container_name: html
build: html
image: registry.wojciechkozlowski.eu/wojtek/loki/html
restart: always
@ -46,7 +45,6 @@ services:
nextcloud-app:
container_name: nextcloud-app
build: nextcloud
image: registry.wojciechkozlowski.eu/wojtek/loki/nextcloud
links:
- nextcloud-db
@ -122,7 +120,6 @@ services:
proxy:
container_name: proxy
build: proxy
image: registry.wojciechkozlowski.eu/wojtek/loki/proxy
ports:
- 80:80