rumor-party-line/docker-compose.yml
2025-01-27 23:09:02 -03:00

13 lines
331 B
YAML

services:
rumor-party-line:
container_name: rumor-party-line
restart: always
build: .
ports:
- '9000:3000'
environment:
PORT: '3000'
CLIENT_URL: 'https://rumor.orangemayhem.net'
MAX_PARTY_LINES: '1'
INITIAL_RUMOR: '...nothing has been said, yet.'
ENVIRONMENT: 'production'