Skip to content

Commit

Permalink
feat: add mantis host url to FE container in docker-compose (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamminj authored Feb 20, 2024
1 parent b8de953 commit 0e29eca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ services:
networks:
- net
env_file: sublime.env
environment:
MANTIS_HOST_URL: "http://sublime_mantis:8000"
depends_on:
- sublime_mantis
sublime_redis:
Expand Down

0 comments on commit 0e29eca

Please sign in to comment.