autorestrat images

This commit is contained in:
2026-08-03 14:58:45 +02:00
parent a898e7ac33
commit 01f8a30505
+3
View File
@@ -2,6 +2,7 @@ services:
postgres: postgres:
container_name: "rss-postgres" container_name: "rss-postgres"
image: "postgres:18" image: "postgres:18"
restart: unless-stopped
ports: ports:
- "5432:5432" - "5432:5432"
environment: environment:
@@ -16,6 +17,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
restart: unless-stopped
depends_on: depends_on:
- postgres - postgres
environment: environment:
@@ -31,6 +33,7 @@ services:
build: build:
context: ./vue context: ./vue
dockerfile: Dockerfile dockerfile: Dockerfile
restart: unless-stopped
depends_on: depends_on:
- backend - backend
ports: ports: