forked from farmOS/farmOS-aggregator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Dockerfiles to use one arg for frontend and backend. For far…
- Loading branch information
Showing
9 changed files
with
45 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
VUE_APP_DOMAIN_DEV=localhost | ||
# VUE_APP_DOMAIN_DEV=local.dockertoolbox.tiangolo.com | ||
# VUE_APP_DOMAIN_DEV=localhost.tiangolo.com | ||
# VUE_APP_DOMAIN_DEV=dev.localhost | ||
VUE_APP_DOMAIN_STAG=stag.localhost | ||
VUE_APP_DOMAIN_PROD=localhost | ||
VUE_APP_NAME=farmOS-aggregator | ||
VUE_APP_ENV=development | ||
# VUE_APP_ENV=staging | ||
# VUE_APP_ENV=production | ||
|
||
# Add aggregator config vars for local development | ||
VUE_APP_OPEN_FARM_REGISTRATION=true | ||
VUE_APP_INVITE_FARM_REGISTRATION=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters