Skip to content

Commit f4a3879

Browse files
committed
repair config.yml path in prod docker-compose
1 parent 2572293 commit f4a3879

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/prod/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ services:
6969
PORT: 8083
7070
LOG_LEVEL: 'debug'
7171
volumes:
72-
- /home/app/dm3/config.yml:/app/packages/delivery-service/dist/config.yml
72+
- /home/app/dm3/config.yml:/app/dist/config.yml
7373

7474
db-delivery-service:
7575
image: redis
@@ -132,7 +132,7 @@ services:
132132
image: dm3org/ccip-resolver:v0.2.7
133133
restart: always
134134
depends_on:
135-
- offchain-resolver
135+
- offchain-resolver
136136
environment:
137137
SIGNER_PRIVATE_KEY: ${SIGNER_PRIVATE_KEY}
138138
LOG_LEVEL: debug
@@ -152,4 +152,4 @@ volumes:
152152
driver_opts:
153153
type: none
154154
device: /mnt/dm3_prod_volume/webroot
155-
o: bind
155+
o: bind

0 commit comments

Comments
 (0)