Use map for env variables
This commit is contained in:
@@ -6,10 +6,10 @@ services:
|
|||||||
image: ghcr.io/immich-app/immich-server:release
|
image: ghcr.io/immich-app/immich-server:release
|
||||||
command: [ "start.sh", "immich" ]
|
command: [ "start.sh", "immich" ]
|
||||||
environment:
|
environment:
|
||||||
- DB_HOSTNAME: immich_postgres
|
DB_HOSTNAME: immich_postgres
|
||||||
- DB_USERNAME: postgres
|
DB_USERNAME: postgres
|
||||||
- DB_PASSWORD: postgres
|
DB_PASSWORD: postgres
|
||||||
- DB_DATABASE_NAME: immich
|
DB_DATABASE_NAME: immich
|
||||||
networks:
|
networks:
|
||||||
- reverse-proxy
|
- reverse-proxy
|
||||||
- default
|
- default
|
||||||
|
|||||||
Reference in New Issue
Block a user