GRFS, port 8002
This commit is contained in:
parent
73006cc7b1
commit
fc4caafcf5
|
|
@ -3,7 +3,7 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
args:
|
args:
|
||||||
PLUGINS: ${AMARILLO_PLUGINS-amarillo-metrics amarillo-gtfs-exporter }
|
PLUGINS: ${AMARILLO_PLUGINS-amarillo-metrics amarillo-grfs-exporter }
|
||||||
environment:
|
environment:
|
||||||
# Configure these for external enhancer and/or generator
|
# Configure these for external enhancer and/or generator
|
||||||
- ENHANCER_URL=${AMARILLO_ENHANCER_URL:-http://enhancer:80}
|
- ENHANCER_URL=${AMARILLO_ENHANCER_URL:-http://enhancer:80}
|
||||||
|
|
@ -20,8 +20,8 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
ports:
|
ports:
|
||||||
# - "8000:80"
|
# - "8002:80"
|
||||||
- "${PORT:-8000}:80"
|
- "${PORT:-8002}:80"
|
||||||
enhancer:
|
enhancer:
|
||||||
image: "amarillo-enhancer"
|
image: "amarillo-enhancer"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -29,7 +29,7 @@ services:
|
||||||
profiles:
|
profiles:
|
||||||
- enhancer
|
- enhancer
|
||||||
generator:
|
generator:
|
||||||
image: "amarillo-gtfs-generator"
|
image: "amarillo-grfs-generator"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
profiles:
|
profiles:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue