compose instead
This commit is contained in:
10
stack.yml
10
stack.yml
@@ -1,4 +1,3 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
immich-database:
|
||||
image: tensorchord/pgvecto-rs:pg14-v0.2.0
|
||||
@@ -10,8 +9,6 @@ services:
|
||||
- immich-postgres:/var/lib/postgresql/data
|
||||
networks:
|
||||
- dokploy-network
|
||||
logging:
|
||||
driver: json-file
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
@@ -21,8 +18,6 @@ services:
|
||||
- immich-model-cache:/cache
|
||||
networks:
|
||||
- dokploy-network
|
||||
logging:
|
||||
driver: json-file
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
@@ -32,8 +27,6 @@ services:
|
||||
- immich-redis-data:/data
|
||||
networks:
|
||||
- dokploy-network
|
||||
logging:
|
||||
driver: json-file
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
@@ -71,9 +64,6 @@ services:
|
||||
placement:
|
||||
constraints:
|
||||
- node.labels.type == nas
|
||||
networks:
|
||||
dokploy-network:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
immich-redis-data:
|
||||
|
||||
Reference in New Issue
Block a user