mirror of
https://github.com/amir20/dozzle.git
synced 2026-01-02 02:57:27 +01:00
Use volumes (#560)
This commit is contained in:
@@ -21,6 +21,8 @@ services:
|
||||
build:
|
||||
context: .
|
||||
command: yarn test
|
||||
volumes:
|
||||
- ./__image_snapshots__:/app/__image_snapshots__
|
||||
environment:
|
||||
- DEFAULT_URL=http://dozzle:8080/
|
||||
- CUSTOM_URL=http://custom_base:8080/foobarbase
|
||||
|
||||
Reference in New Issue
Block a user