Skip to content

Commit 8975616

Browse files
AgeManningantondlr
andauthored
Correct Docker Compose (#455)
Co-authored-by: antondlr <anton@sigmaprime.io>
1 parent 8f4ace7 commit 8975616

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

docker-compose.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
services:
22
siren:
3-
image: siren-now
3+
image: sigp/siren:latest
44
ports:
55
- '443:443' # comment this line when using `SSL_ENABLED=false`
66
# - "80:80" # uncomment this line when using `SSL_ENABLED=false`
7-
# Will persist backend data across runs. Remove this folder if Siren fails
8-
# to start
9-
volumes:
10-
- ./backend_data:/app/backend/.db
117
env_file:
128
- .env
9+
volumes:
10+
- siren_data:/app/backend/.db
11+
1312
# uncomment these 2 lines if you use docker on linux and want to use the special host `host.docker.internal` as your BN/VC address
1413
# extra_hosts:
1514
# - "host.docker.internal:host-gateway"
15+
16+
volumes:
17+
siren_data:

0 commit comments

Comments
 (0)