Some small changes
This commit is contained in:
parent
6aaa14da76
commit
54185b62c5
1 changed files with 8 additions and 2 deletions
|
@ -1,10 +1,12 @@
|
|||
services:
|
||||
rumor-party-line:
|
||||
web:
|
||||
container_name: rumor-party-line
|
||||
restart: always
|
||||
build: .
|
||||
ports:
|
||||
- '9000:3000'
|
||||
- '11000:3000'
|
||||
networks:
|
||||
- rumor_party_line
|
||||
environment:
|
||||
PORT: '3000'
|
||||
CLIENT_URL: 'https://rumor.orangemayhem.net'
|
||||
|
@ -12,3 +14,7 @@ services:
|
|||
INITIAL_RUMOR: '...nothing has been said, yet.'
|
||||
ENVIRONMENT: 'production'
|
||||
DOCKER: 'true'
|
||||
|
||||
networks:
|
||||
rumor_party_line:
|
||||
external: false
|
Loading…
Add table
Reference in a new issue