Skip to content

Commit 4f8e8ab

Browse files
committed
Add shl server volume
1 parent 3824b58 commit 4f8e8ab

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docker-compose.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ services:
66
ports:
77
# allow override of published port
88
- "127.0.0.1:${EXTERNAL_PORT:-9000}:8000"
9+
volumes:
10+
- shl-server-data:/app/db
911
client:
1012
build: ./client
1113
ports:
@@ -15,4 +17,7 @@ services:
1517
ports:
1618
- "127.0.0.1:${EXTERNAL_PORT:-9002}:3000"
1719
env_file:
18-
- ui/app.env
20+
- ui/app.env
21+
22+
volumes:
23+
shl-server-data: {}

0 commit comments

Comments
 (0)