Skip to content

Commit

Permalink
Include leonis environment in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinsina committed Oct 17, 2023
1 parent e00332c commit b53b78f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ x-env-defaults: &env
ENABLE_CONTENT_METER: ${ENABLE_CONTENT_METER-false}
IDX_NAV_ENABLE: ${IDX_NAV_ENABLE-false}

x-env-leonis: &env-leonis
GRAPHQL_URI: ${GRAPHQL_URI-https://graphql.leonis.base.parameter1.com}
OEMBED_URI: ${OEMBED_URI-https://oembed.leonis.base.parameter1.com}
RSS_URI: ${RSS_URI-https://rss.leonis.base.parameter1.com}
SITEMAPS_URI: ${SITEMAPS_URI-https://sitemaps.leonis.base.parameter1.com}

x-env-virgon: &env-virgon
GRAPHQL_URI: ${GRAPHQL_URI-https://virgon.graphql.base.parameter1.com}
OEMBED_URI: ${OEMBED_URI-https://virgon.oembed.base.parameter1.com}
Expand Down

0 comments on commit b53b78f

Please sign in to comment.