mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
alias
This commit is contained in:
@ -28,7 +28,7 @@ services:
|
||||
depends_on:
|
||||
- redis
|
||||
- database
|
||||
restart: ${restart:-"unless-stopped"}
|
||||
restart: ${restart:-always}
|
||||
healthcheck:
|
||||
disable: false
|
||||
|
||||
@ -46,7 +46,7 @@ services:
|
||||
env_file:
|
||||
- stack.env
|
||||
|
||||
restart: a${restart:-"unless-stopped"}
|
||||
restart: a${restart:-always}
|
||||
healthcheck:
|
||||
disable: false
|
||||
|
||||
@ -55,7 +55,7 @@ services:
|
||||
image: docker.io/redis:6.2-alpine@sha256:905c4ee67b8e0aa955331960d2aa745781e6bd89afc44a8584bfd13bc890f0ae
|
||||
healthcheck:
|
||||
test: redis-cli ping || exit 1
|
||||
restart: ${restart:-"unless-stopped"}
|
||||
restart: ${restart:-always}
|
||||
|
||||
database:
|
||||
container_name: immich_postgres
|
||||
|
Reference in New Issue
Block a user