Some small changes

This commit is contained in:
pedrocx486 2025-01-28 01:15:28 -03:00
parent 6aaa14da76
commit 54185b62c5

View file

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