base commit

This commit is contained in:
Jari 2025-03-10 23:00:30 +01:00
parent 4cdb9f7b70
commit 444eee2394
57 changed files with 0 additions and 22 deletions

View File

View File

1
psql/.gitignore vendored
View File

@ -1 +0,0 @@
.env

View File

@ -1,21 +0,0 @@
services:
postgres:
container_name: postgres
image: postgres:latest
environment:
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRES_PW}
- POSTGRES_DB=${POSTGRES_DB}
ports:
- "5432:5432"
restart: always
pgadmin:
container_name: pgadmin
image: dpage/pgadmin4:latest
environment:
- PGADMIN_DEFAULT_EMAIL=${PGADMIN_MAIL}
- PGADMIN_DEFAULT_PASSWORD=${PGADMIN_PW}
ports:
- "5050:80"
restart: always