Skip to content

Commit

Permalink
update container names with tags
Browse files Browse the repository at this point in the history
  • Loading branch information
xand6r committed Sep 5, 2024
1 parent d696e2b commit bd7b59c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
image: postgres:16
hostname: postgres
restart: always
container_name: postgres
container_name: verity-move-postgres
environment:
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
Expand All @@ -27,6 +27,8 @@ services:
build:
dockerfile: ./orch.dockerfile
context: .
image: orchestrator:move
container_name: verity-move-orchestrator
environment:
DATABASE_URL: ${DATABASE_URL}
networks:
Expand Down

0 comments on commit bd7b59c

Please sign in to comment.