1
0
Fork 0

Prepare Docker Compose for development

This commit is contained in:
Alex Kotov 2023-08-24 20:33:04 +04:00
parent d87a36c8f4
commit 545ad30c7e
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -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