diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 6c75f46..7a1b781 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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", diff --git a/compose.yml b/compose.yml index 23ceac9..ddacab0 100644 --- a/compose.yml +++ b/compose.yml @@ -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