🗃️ Adds action table

This commit is contained in:
Daniel Svitan
2025-05-11 16:09:45 +02:00
parent aa3e82010f
commit 04e0c8176b
2 changed files with 117 additions and 2 deletions

View File

@@ -1,5 +1,3 @@
version: "3.3"
services:
postgres:
image: postgres:17
@@ -10,5 +8,11 @@ services:
POSTGRES_PASSWORD: "password"
POSTGRES_DB: "db"
volumes:
- pgdata:/var/lib/postgresql/data
ports:
- "5432:5432"
volumes:
pgdata: