Start using digitalocean container registry

This commit is contained in:
schmelczerandras 2020-07-26 19:24:10 +02:00
parent 79bb7a64a2
commit 37b5b3ec54
3 changed files with 18 additions and 13 deletions

1
infrastructure/.env Normal file
View file

@ -0,0 +1 @@
CONTAINER_REGISTRY=registry.digitalocean.com/declared

View file

@ -3,7 +3,7 @@ version: "3.8"
services:
ingress:
init: true
image: schmelczera/declared-ingress
image: ${CONTAINER_REGISTRY}/declared-ingress
depends_on:
- certbot
- frontend
@ -54,7 +54,7 @@ services:
frontend:
init: true
image: schmelczera/declared-frontend
image: ${CONTAINER_REGISTRY}/declared-frontend
ports:
- "80"
deploy: