changed scripts location

This commit is contained in:
Yannic Kilcher
2022-12-17 22:31:21 +01:00
parent f6c8eae88f
commit 0d9034e4bb
7 changed files with 6 additions and 9 deletions
@@ -0,0 +1,17 @@
version: "3.7"
services:
db:
image: postgres
restart: always
ports:
- 5432:5432
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
adminer:
image: adminer
restart: always
ports:
- 8089:8080