Start using digitalocean container registry
This commit is contained in:
parent
79bb7a64a2
commit
37b5b3ec54
3 changed files with 18 additions and 13 deletions
1
infrastructure/.env
Normal file
1
infrastructure/.env
Normal file
|
|
@ -0,0 +1 @@
|
|||
CONTAINER_REGISTRY=registry.digitalocean.com/declared
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue