Small text-based online game — a HAL mesh module
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

20 rindas
567B

  1. services:
  2. txt-game:
  3. image: registry-api.novox.be/novox/txt-game:latest
  4. container_name: txt-game
  5. restart: unless-stopped
  6. environment:
  7. - DOMAIN=${DOMAIN:-localhost}
  8. labels:
  9. - "traefik.enable=true"
  10. - "traefik.http.routers.txt-game.rule=Host(`txt.${DOMAIN:-localhost}`)"
  11. - "traefik.http.routers.txt-game.entrypoints=websecure"
  12. - "traefik.http.routers.txt-game.tls.certresolver=le"
  13. - "traefik.http.services.txt-game.loadbalancer.server.port=3000"
  14. networks:
  15. - proxy
  16. networks:
  17. proxy:
  18. external: true