diff --git a/archivebox/compose.yml b/archivebox/compose.yml index a312928..ebbc235 100644 --- a/archivebox/compose.yml +++ b/archivebox/compose.yml @@ -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