Update docker-compose.yml

update service names
This commit is contained in:
LRVT 2023-02-19 22:09:53 +01:00 committed by GitHub
parent 24eb060d54
commit f7e9dbf178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,8 @@ services:
environment:
- NODE_ENV=production
depends_on:
- redis
- database
- immich-redis
- immich-database
restart: unless-stopped
#labels:
# - "com.centurylinklabs.watchtower.enable=true"
@ -29,8 +29,8 @@ services:
environment:
- NODE_ENV=production
depends_on:
- redis
- database
- immich-redis
- immich-database
restart: unless-stopped
#labels:
# - "com.centurylinklabs.watchtower.enable=true"
@ -46,7 +46,7 @@ services:
# environment:
# - NODE_ENV=production
# depends_on:
# - database
# - immich-database
# restart: always
# labels:
# - "com.centurylinklabs.watchtower.enable=true"
@ -61,14 +61,14 @@ services:
#labels:
# - "com.centurylinklabs.watchtower.enable=true"
redis:
immich-redis:
container_name: immich-redis
image: redis:6.2
restart: unless-stopped
#labels:
# - "com.centurylinklabs.watchtower.enable=true"
database:
immich-database:
container_name: immich-database
image: postgres:14
env_file: