jgwehr / homelab-docker

Docker Compose for building a home lab
109 stars 15 forks source link

Try Gloomhaven Secretary #55

Closed jgwehr closed 1 year ago

jgwehr commented 1 year ago

https://github.com/Lurkars/gloomhavensecretary

Client

  gloomhaven:
    build: https://github.com/Lurkars/gloomhavensecretary.git
    image: gloomhavensecretary
    ports:
      - 80:80

Server

  gloomhaven-server:
    build: https://github.com/Lurkars/ghs-server.git
    image: gloomhavensecretary-server
    ports:
      - 8080:80