Skip to content

Docker compose files for Amarillo, Enhancer and GTFS Generator

License

Notifications You must be signed in to change notification settings

mfdz/amarillo-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amarillo-compose

Docker compose files for Amarillo, Amarillo-enhancer and GTFS generator for quickly deploying an Amarillo instance.

Basic setup

Configure the ADMIN_TOKEN environment variable in the shell or a .env file:

ADMIN_TOKEN="secret_here"

For launching Amarillo

docker compose --profile enhancer --profile generator up 

This will launch Amarillo together with a local enhancer and gtfs-generator service with the container images published to the GI package registry.

External services

You can override the images used with the AMARILLO_ENHANCER_IMAGE and AMARILLO_GENERATOR_IMAGE.

In case you want to use an external service for the enhancer and/or generator, you should omit the corresponding --profile argument and configure AMARILLO_ENHANCER_URL / AMARILLO_GENERATOR_URL.

About

Docker compose files for Amarillo, Enhancer and GTFS Generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published