Small text-based online game — a HAL mesh module
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- services:
- txt-game:
- image: registry-api.novox.be/novox/txt-game:latest
- container_name: txt-game
- restart: unless-stopped
- environment:
- - DOMAIN=${DOMAIN:-localhost}
- labels:
- - "traefik.enable=true"
- - "traefik.http.routers.txt-game.rule=Host(`txt.${DOMAIN:-localhost}`)"
- - "traefik.http.routers.txt-game.entrypoints=websecure"
- - "traefik.http.routers.txt-game.tls.certresolver=le"
- - "traefik.http.services.txt-game.loadbalancer.server.port=3000"
- networks:
- - proxy
-
- networks:
- proxy:
- external: true
|