1
0
Fork 0
mirror of synced 2024-06-14 08:25:21 +12:00

Update docker-compose.yml

This commit is contained in:
Nick Sweeting 2024-04-24 14:17:53 -07:00 committed by GitHub
parent 24175f5b4a
commit e28f33fcd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,8 +12,7 @@ version: '3.9'
services: services:
archivebox: archivebox:
#image: ${DOCKER_IMAGE:-archivebox/archivebox:dev} image: archivebox/archivebox:latest
image: archivebox/archivebox:dev
command: server --quick-init 0.0.0.0:8000 command: server --quick-init 0.0.0.0:8000
ports: ports:
- 8000:8000 - 8000:8000
@ -94,7 +93,7 @@ services:
# $ docker compose restart archivebox_scheduler # $ docker compose restart archivebox_scheduler
# archivebox_scheduler: # archivebox_scheduler:
# image: ${DOCKER_IMAGE:-archivebox/archivebox:dev} # image: archivebox/archivebox:latest
# command: schedule --foreground # command: schedule --foreground
# environment: # environment:
# - MEDIA_MAX_SIZE=750m # increase this number to allow archiving larger audio/video files # - MEDIA_MAX_SIZE=750m # increase this number to allow archiving larger audio/video files