|
|
@ -7,12 +7,6 @@ services: |
|
|
entrypoint: ["/bin/sh", "./start-server.sh"] |
|
|
entrypoint: ["/bin/sh", "./start-server.sh"] |
|
|
volumes: |
|
|
volumes: |
|
|
- /mnt/pokecenter/Media/Immich:/usr/src/app/upload |
|
|
- /mnt/pokecenter/Media/Immich:/usr/src/app/upload |
|
|
enbironment: |
|
|
|
|
|
- DB_HOSTNAME=immich_postgres |
|
|
|
|
|
- DB_USERNAME=Immich |
|
|
|
|
|
- DB_PASSWORD=47v83xHwqwg0XeMj |
|
|
|
|
|
- DB_DATABASE_NAME=immich |
|
|
|
|
|
- TYPESENSE_API_KEY=Hw284ujpXNwLnVnt |
|
|
|
|
|
depends_on: |
|
|
depends_on: |
|
|
- redis |
|
|
- redis |
|
|
- database |
|
|
- database |
|
|
@ -85,9 +79,9 @@ services: |
|
|
image: ghcr.io/immich-app/immich-proxy:release |
|
|
image: ghcr.io/immich-app/immich-proxy:release |
|
|
#environment: |
|
|
#environment: |
|
|
# Make sure these values get passed through from the env file |
|
|
# Make sure these values get passed through from the env file |
|
|
- IMMICH_WEB_URL=http://immich-web:3000 |
|
|
#- IMMICH_WEB_URL #=http://immich-web:3000 |
|
|
- IMMICH_SERVER_URL=http://immich-server:3001 |
|
|
#- IMMICH_SERVER_URL #=http://immich-server:3001 |
|
|
- IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003 |
|
|
#- IMMICH_MACHINE_LEARNING_URL #=http://immich-machine-learning:3003 |
|
|
ports: |
|
|
ports: |
|
|
- 2283:8080 |
|
|
- 2283:8080 |
|
|
depends_on: |
|
|
depends_on: |
|
|
|