Skip to content

Commit

Permalink
chore : testing env
Browse files Browse the repository at this point in the history
  • Loading branch information
mirageoasis committed Oct 12, 2023
1 parent cab928d commit dc84486
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ bin/
*.iws
*.iml
*.ipr
*.env
out/
!**/src/main/**/out/
!**/src/test/**/out/
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ services:
image: ceos17/ceos-backend-dev
container_name: backend
hostname: backend
env_file:
- .env
expose:
- "8080"

Expand Down

0 comments on commit dc84486

Please sign in to comment.