🗃️ Adds action table
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user