Renamed to DarkStruct
This commit is contained in:
@@ -18,8 +18,8 @@ services:
|
||||
# The built-in guest/guest only authenticates over loopback, so it cannot
|
||||
# work across the compose network. Override these for anything real; they
|
||||
# are here so the stack comes up with one command, not as a credential.
|
||||
RABBITMQ_DEFAULT_USER: "fileserver"
|
||||
RABBITMQ_DEFAULT_PASS: "fileserver"
|
||||
RABBITMQ_DEFAULT_USER: "darkstruct"
|
||||
RABBITMQ_DEFAULT_PASS: "darkstruct"
|
||||
ports:
|
||||
# 5672 is published so you can run the server on the host
|
||||
# (`julia --project=. -t auto bin/server.jl`) against this broker; 15672 is
|
||||
@@ -40,10 +40,10 @@ services:
|
||||
start_period: 30s
|
||||
restart: unless-stopped
|
||||
|
||||
file-server:
|
||||
darkstruct:
|
||||
environment:
|
||||
FS_QUEUE_BACKEND: "rabbitmq"
|
||||
FS_AMQP_URL: "amqp://fileserver:fileserver@rabbitmq:5672/"
|
||||
FS_AMQP_URL: "amqp://darkstruct:darkstruct@rabbitmq:5672/"
|
||||
depends_on:
|
||||
rabbitmq:
|
||||
# The server retries a broker that isn't up yet (AMQP_CONNECT_RETRY_SECONDS),
|
||||
|
||||
Reference in New Issue
Block a user