services: web: container_name: rumor-party-line restart: always build: . ports: - '11000:3000' networks: - rumor_party_line environment: PORT: '3000' CLIENT_URL: 'https://rumor.orangemayhem.net' MAX_PARTY_LINES: '1' INITIAL_RUMOR: '...nothing has been said, yet.' ENVIRONMENT: 'production' DOCKER: 'true' networks: rumor_party_line: external: false