Browse Source

need the right env

master
Quildra 3 years ago
parent
commit
e5ea412cf4
  1. 10
      immich-docker-compose.yml

10
immich-docker-compose.yml

@ -8,7 +8,7 @@ services:
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
env_file:
- .env
- stack.env
depends_on:
- redis
- database
@ -24,7 +24,7 @@ services:
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
env_file:
- .env
- stack.env
depends_on:
- redis
- database
@ -40,7 +40,7 @@ services:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /usr/docker_binds/immich/model-cache:/cache
env_file:
- .env
- stack.env
restart: always
ports:
- 3003:3003
@ -50,7 +50,7 @@ services:
image: ghcr.io/immich-app/immich-web:release
entrypoint: ["/bin/sh", "./entrypoint.sh"]
env_file:
- .env
- stack.env
restart: always
ports:
- 3000:3000
@ -76,7 +76,7 @@ services:
container_name: immich_postgres
image: postgres:14
env_file:
- .env
- stack.env
environment:
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME}

Loading…
Cancel
Save