Files
Kleidukos 6b5c5d0d3b Some changes and missing classes on last commit
- Program.cs updated to services and init database
2026-05-23 16:26:25 +02:00

16 lines
396 B
YAML

services:
oakarchive:
image: oakarchive
build:
context: .
dockerfile: OakArchive/Dockerfile
networks:
- postgres-network
environment:
- DefaultConnection=Host=OmniDB;Database=oak_db;Username=admin;Password=${DB_PASSWORD}
volumes:
- C:\Users\larsh\Documents\docker\oakarchive\Cards:/app/Cards
networks:
postgres-network:
external: true