Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2024-04-12 04:14:09 +02:00
parent a34f5f3b31
commit 9aabb92c5d
11 changed files with 1200 additions and 1200 deletions

View File

@@ -1,14 +1,14 @@
version: '3.7'
services:
db:
container_name: postgres
image: postgres
restart: unless-stopped
ports:
- 5432:5432
volumes:
- ./data:/var/lib/postgresql/data
environment:
- POSTGRES_PASSWORD=dev
- POSTGRES_USER=dev
- POSTGRES_DB=illegitimate
version: '3.7'
services:
db:
container_name: postgres
image: postgres
restart: unless-stopped
ports:
- 5432:5432
volumes:
- ./data:/var/lib/postgresql/data
environment:
- POSTGRES_PASSWORD=dev
- POSTGRES_USER=dev
- POSTGRES_DB=illegitimate