Update container names
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
services:
|
services:
|
||||||
kutt_db:
|
kutt_db:
|
||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
|
container_name: mifi-shorty_kutt_db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
@@ -25,7 +26,8 @@ services:
|
|||||||
retries: 5
|
retries: 5
|
||||||
|
|
||||||
kutt_redis:
|
kutt_redis:
|
||||||
image: redis:7-alpine
|
image: redis:8-alpine
|
||||||
|
container_name: mifi-shorty_kutt_redis
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
@@ -35,6 +37,7 @@ services:
|
|||||||
|
|
||||||
kutt:
|
kutt:
|
||||||
image: kutt/kutt:latest
|
image: kutt/kutt:latest
|
||||||
|
container_name: mifi-shorty_kutt
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- marina-net
|
- marina-net
|
||||||
@@ -73,7 +76,7 @@ services:
|
|||||||
|
|
||||||
qr_api:
|
qr_api:
|
||||||
image: ${REGISTRY:-git.mifi.dev}/mifi-holdings/shorty-qr-api:${IMAGE_TAG:-latest}
|
image: ${REGISTRY:-git.mifi.dev}/mifi-holdings/shorty-qr-api:${IMAGE_TAG:-latest}
|
||||||
container_name: qr_api
|
container_name: mifi-shorty_qr_api
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
@@ -90,6 +93,7 @@ services:
|
|||||||
|
|
||||||
qr_web:
|
qr_web:
|
||||||
image: ${REGISTRY:-git.mifi.dev}/mifi-holdings/shorty-qr-web:${IMAGE_TAG:-latest}
|
image: ${REGISTRY:-git.mifi.dev}/mifi-holdings/shorty-qr-web:${IMAGE_TAG:-latest}
|
||||||
|
container_name: mifi-shorty_qr_web
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- marina-net
|
- marina-net
|
||||||
|
|||||||
Reference in New Issue
Block a user