mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-04-24 07:16:59 -05:00
Revert "Set up docker compose watch support"
This reverts commit b632f3e5a6.
This commit is contained in:
parent
56e45e8fcd
commit
c3b42e2888
11
.vscode/tasks.json
vendored
11
.vscode/tasks.json
vendored
|
|
@ -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",
|
||||
|
|
|
|||
36
compose.yml
36
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user