aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 8d0ad57..791f1ef 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,6 +1,7 @@
version: '3.8'
services:
apcom:
+ image: ${APP_DOCKER_REGISTRY_DOMAIN}/apcom
build:
context: .
dockerfile: Dockerfile
@@ -16,6 +17,7 @@ services:
- '${APP_DOCKER_PORT:-3000}:${APP_DOCKER_PORT:-3000}'
restart: always
apcom-staging:
+ image: ${APP_DOCKER_REGISTRY_DOMAIN}/apcom-staging
build:
context: .
dockerfile: Dockerfile