This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues/pull-requests.
DotNetServer/PostgressDB/docker-compose.yml

12 lines
289 B
YAML

services:
db:
build: . --no-cache
container_name: Beyond_Heroes_War_DB
ports:
- "6732:5432"
environment:
POSTGRES_DB: BHDB
POSTGRES_USER: APIUser
POSTGRES_PASSWORD: mypassword
volumes:
- ./init.sql:/docker-entrypoint-initdb.d/init.sql