Skip to content

Commit

Permalink
add primary route label to fE
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaykalia authored Oct 11, 2023
1 parent 5abe3cd commit 48be936
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
context: '.'
labels:
shipyard.route: '/'
shipyard.primary-route: 'true'
environment:
SHIPYARD_DOMAIN_BACKEND: ${SHIPYARD_DOMAIN_BACKEND-}
SHIPYARD_DOMAIN: ${SHIPYARD_DOMAIN}
Expand All @@ -30,4 +31,4 @@ services:
- .env

volumes:
dbdata:
dbdata:

0 comments on commit 48be936

Please sign in to comment.