Revert "Set up docker compose watch support"

This reverts commit b632f3e5a6.
This commit is contained in:
Matthew Lopez 2024-02-22 21:55:44 -05:00
parent 56e45e8fcd
commit c3b42e2888
No known key found for this signature in database
GPG Key ID: 302A6EE3D63B7E0E
2 changed files with 1 additions and 46 deletions

11
.vscode/tasks.json vendored
View File

@ -5,19 +5,10 @@
"label": "Start Docker Compose",
"type": "shell",
"command": "docker compose up -d --build --pull always",
"group": "build",
"problemMatcher": []
},
{
"label": "Run Docker Compose watch",
"type": "shell",
"command": "docker compose watch",
"group": {
"kind": "build",
"isDefault": true
},
"isBackground": true,
"problemMatcher": []
}
},
{
"label": "Build account",

View File

@ -219,10 +219,6 @@ services:
- type: bind
source: ./logs/account/
target: /app/logs/
develop:
watch:
- action: rebuild
path: ./repos/account
networks:
internal:
dns: 172.20.0.200
@ -247,10 +243,6 @@ services:
source: ./config/website-config.json
target: /app/config.json
read_only: true
develop:
watch:
- action: rebuild
path: ./repos/website
networks:
internal:
dns: 172.20.0.200
@ -272,10 +264,6 @@ services:
- type: bind
source: ./logs/friends/
target: /build/log/
develop:
watch:
- action: rebuild
path: ./repos/friends
networks:
internal:
dns: 172.20.0.200
@ -297,10 +285,6 @@ services:
- type: bind
source: ./logs/miiverse-api/
target: /app/logs/
develop:
watch:
- action: rebuild
path: ./repos/miiverse-api
networks:
internal:
dns: 172.20.0.200
@ -326,10 +310,6 @@ services:
source: ./config/juxtaposition-config.js
target: /app/config.js
read_only: true
develop:
watch:
- action: rebuild
path: ./repos/juxtaposition-ui
networks:
internal:
dns: 172.20.0.200
@ -350,10 +330,6 @@ services:
- type: bind
source: ./logs/boss/
target: /app/logs/
develop:
watch:
- action: rebuild
path: ./repos/boss
networks:
internal:
dns: 172.20.0.200
@ -376,10 +352,6 @@ services:
- type: bind
source: ./logs/wiiu-chat-authentication/
target: /app/log/
develop:
watch:
- action: rebuild
path: ./repos/wiiu-chat-authentication
networks:
internal:
dns: 172.20.0.200
@ -403,10 +375,6 @@ services:
- type: bind
source: ./logs/wiiu-chat-secure/
target: /app/log/
develop:
watch:
- action: rebuild
path: ./repos/wiiu-chat-secure
networks:
internal:
dns: 172.20.0.200
@ -433,10 +401,6 @@ services:
- type: bind
source: ./logs/super-mario-maker/
target: /app/log/
develop:
watch:
- action: rebuild
path: ./repos/super-mario-maker
networks:
internal:
dns: 172.20.0.200