Rename docker-compose.yml to compose.yaml and service.env to .env
This commit is contained in:
parent
7821b6b33b
commit
214723546a
20 changed files with 36 additions and 36 deletions
|
@ -51,7 +51,7 @@ immich_compose:
|
|||
volumes:
|
||||
- model-cache:/cache
|
||||
env_file:
|
||||
- service.env
|
||||
- .env
|
||||
restart: always
|
||||
networks:
|
||||
default:
|
||||
|
@ -67,7 +67,7 @@ immich_compose:
|
|||
labels:
|
||||
net.serguzim.logs.collect: true
|
||||
env_file:
|
||||
- service.env
|
||||
- .env
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
restart: always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue