Skip to content

Commit bd7b59c

Browse files
author
xand6r
committed
update container names with tags
1 parent d696e2b commit bd7b59c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-compose.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
image: postgres:16
66
hostname: postgres
77
restart: always
8-
container_name: postgres
8+
container_name: verity-move-postgres
99
environment:
1010
POSTGRES_USER: ${POSTGRES_USER}
1111
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
@@ -27,6 +27,8 @@ services:
2727
build:
2828
dockerfile: ./orch.dockerfile
2929
context: .
30+
image: orchestrator:move
31+
container_name: verity-move-orchestrator
3032
environment:
3133
DATABASE_URL: ${DATABASE_URL}
3234
networks:

0 commit comments

Comments
 (0)