Prepare Docker Compose for development
This commit is contained in:
parent
d87a36c8f4
commit
545ad30c7e
1 changed files with 3 additions and 3 deletions
|
@ -12,8 +12,8 @@ version: '2.4' # '3.9' or greater also works
|
|||
|
||||
services:
|
||||
archivebox:
|
||||
# build: . # for developers working on archivebox
|
||||
image: ${DOCKER_IMAGE:-archivebox/archivebox:master}
|
||||
build: . # for developers working on archivebox
|
||||
# image: ${DOCKER_IMAGE:-archivebox/archivebox:master}
|
||||
command: server --quick-init 0.0.0.0:8000
|
||||
ports:
|
||||
- 8000:8000
|
||||
|
@ -31,7 +31,7 @@ services:
|
|||
# - pihole
|
||||
volumes:
|
||||
- ./data:/data
|
||||
# - ./archivebox:/app/archivebox # for developers working on archivebox
|
||||
- ./archivebox:/app/archivebox # for developers working on archivebox
|
||||
|
||||
|
||||
### Optional Addons: tweak these examples as needed for your specific use case
|
||||
|
|
Loading…
Reference in a new issue