Skip to content

Commit b8eb56b

Browse files
committed
fix container names for mapswipe workers
1 parent d71949f commit b8eb56b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ services:
5050
- manager_dashboard
5151

5252
mapswipe_workers_creation:
53-
container_name: mapswipe_workers
53+
container_name: mapswipe_workers_creation
5454
build:
5555
context: mapswipe_workers/
5656
environment:
@@ -84,7 +84,7 @@ services:
8484
- postgres
8585

8686
mapswipe_workers_stats:
87-
container_name: mapswipe_workers
87+
container_name: mapswipe_workers_stats
8888
build:
8989
context: mapswipe_workers/
9090
environment:

0 commit comments

Comments
 (0)