Skip to content

Hema Dungeon - приложение для клуба "Золотой Сокол"

Notifications You must be signed in to change notification settings

badnickname/hema-dungeon

Repository files navigation

Welcome to deep dark fantasy

Deployment

Pass appsettings.Production.json and publish/wwwroot/images to docker's volumes

docker-compose.yaml

version: '3.4'

services:
  hema:
    image: ghcr.io/badnickname/hema-dungeon/hema-dungeon:1.0
    ports:
      - 80:8080
    volumes:
      - /hema/appsettings.Production.json:/publish/appsettings.Production.json
      - /hema/images/:/publish/wwwroot/images/
      

About

Hema Dungeon - приложение для клуба "Золотой Сокол"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages