Skip to content

Commit

Permalink
fix issues with the .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed May 7, 2024
1 parent b65d124 commit ccce519
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .sugar.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: 1.0.0
compose-app: docker-compose
version: 1.0
compose-app: docker compose
env-file: .env

defaults:
group: {{ env.ENV }}

Expand All @@ -21,6 +22,7 @@ groups:

dev:
project-name: egh-dev
env-file: .env
compose-path:
- containers/compose-base.yaml
- containers/compose-dev.yaml
Expand All @@ -36,6 +38,7 @@ groups:

prod:
project-name: egh-prod
env-file: .env
compose-path:
- containers/compose-base.yaml
- containers/compose-prod.yaml
Expand Down

0 comments on commit ccce519

Please sign in to comment.