Skip to content

Commit

Permalink
chore(devcontainer):update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaut-Mouton committed Nov 20, 2024
1 parent 17a92c3 commit 2a6f3b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions backend/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@
"name": "flm-backend",
"dockerComposeFile": "docker-compose.yml",
"service": "flm-back",
"runServices": ["flm-db"],
"workspaceFolder": "/workspace",
"postCreateCommand": "echo 'containers up'"
}
5 changes: 2 additions & 3 deletions backend/.devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.8'
services:
flm-back:
build:
Expand All @@ -8,8 +7,8 @@ services:
- ../..:/workspaces:cached
command: sleep infinity
ports:
- 9090:9090
- 3306:3306
- "9090:9090"
- "3306:3306"

flm-db:
image: mysql:8.0.40-debian
Expand Down

0 comments on commit 2a6f3b4

Please sign in to comment.