code 👍

This commit is contained in:
2026-08-31 10:23:12 +00:00
parent bba53c0bc0
commit d81ddb021d
9 changed files with 44 additions and 18 deletions
+15
View File
@@ -3,3 +3,18 @@ services:
restart: unless-stopped
build: .
env_file: .env
depends_on:
- postgres
postgres:
image: postgres:17
restart: unless-stopped
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
volumes:
- postgres_data:/var/lib/postgresql/data
volumes:
postgres_data: