added missing configurations
This commit is contained in:
+15
-9
@@ -28,6 +28,7 @@ services:
|
||||
- SEARCH_BACKEND_HOST_NAME=sonic
|
||||
- SEARCH_BACKEND_PASSWORD=eeXa7chux9sheiviep8thaw3Yel1te
|
||||
networks:
|
||||
- archivebox
|
||||
- reverse-proxy
|
||||
ports:
|
||||
- 8283:8000
|
||||
@@ -40,17 +41,22 @@ services:
|
||||
# After starting, backfill any existing Snapshots into the full-text index:
|
||||
# $ docker-compose run archivebox update --index-only
|
||||
|
||||
sonic:
|
||||
image: valeriansaliou/sonic:latest
|
||||
expose:
|
||||
- 1491
|
||||
environment:
|
||||
- SEARCH_BACKEND_PASSWORD=eeXa7chux9sheiviep8thaw3Yel1te
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/sonic.cfg:/etc/sonic.cfg:ro
|
||||
- ${DOCKER_CONFIGS}/data/sonic:/var/lib/sonic/store
|
||||
sonic:
|
||||
container_name: sonic
|
||||
image: valeriansaliou/sonic:latest
|
||||
environment:
|
||||
- SEARCH_BACKEND_PASSWORD=eeXa7chux9sheiviep8thaw3Yel1te
|
||||
networks:
|
||||
- archivebox
|
||||
expose:
|
||||
- 1491
|
||||
volumes:
|
||||
- ${DOCKER_CONFIGS}/sonic.cfg:/etc/sonic.cfg:ro
|
||||
- ${DOCKER_CONFIGS}/data/sonic:/var/lib/sonic/store
|
||||
|
||||
networks:
|
||||
freshrss:
|
||||
name: archivebox
|
||||
reverse-proxy:
|
||||
name: reverse-proxy
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user