project init

This commit is contained in:
sechmachine
2026-08-14 04:15:52 +07:00
parent 55fc1d2d87
commit 55a8ce675f
15 changed files with 808 additions and 20 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
postgres:
image: 'postgres:latest'
environment:
- 'POSTGRES_DB=mydatabase'
- 'POSTGRES_PASSWORD=secret'
- 'POSTGRES_USER=myuser'
ports:
- '5432'