External storage was added
This commit is contained in:
@@ -9,6 +9,8 @@ services:
|
||||
args:
|
||||
BEERLOG_PORT: 8000
|
||||
network: host
|
||||
volumes:
|
||||
- ./storage-dev:/storage/
|
||||
ports:
|
||||
- 8000:8000
|
||||
beerlog-srv-prod:
|
||||
@@ -19,6 +21,8 @@ services:
|
||||
args:
|
||||
BEERLOG_PORT: 8080
|
||||
network: host
|
||||
volumes:
|
||||
- ./storage-prod:/storage/
|
||||
ports:
|
||||
- 8080:8080
|
||||
|
||||
|
||||
Reference in New Issue
Block a user