Skip to content

Commit 67f854f

Browse files
committed
chore(dev): use names with env info for volumes
1 parent c7c1481 commit 67f854f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

deploy/dev/docker-compose.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,14 @@ services:
9898
command: ["bash", "/mnt/add_streams.sh"]
9999

100100
volumes:
101-
backend-data: null
102-
postgres-data: null
103-
redis-data: null
104-
nats-data: null
101+
backend-data:
102+
name: "ttt-dev-postgres-backend-data"
103+
postgres-data:
104+
name: "ttt-dev-postgres-postgres-data"
105+
redis-data:
106+
name: "ttt-dev-postgres-redis-data"
107+
nats-data:
108+
name: "ttt-dev-postgres-nats-data"
105109

106110
secrets:
107111
secrets:

0 commit comments

Comments
 (0)