Skip to content

Commit ca94a46

Browse files
Remove mdns
1 parent 948b5df commit ca94a46

3 files changed

Lines changed: 4 additions & 26 deletions

File tree

compose.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
include:
2-
- mdns.yaml
31
services:
42
diyws:
53
image: diyws
64
build: .
75
ports:
86
- "3000:3000"
97
volumes:
10-
- /app/node_modules
118
- /var/run/docker.sock:/var/run/docker.sock
129
restart: always
10+
env_file:
11+
- .env

compose.yaml.dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
include:
2-
- mdns.yaml
31
services:
42
diyws:
53
image: diyws-dev
@@ -15,3 +13,5 @@ services:
1513
- action: sync
1614
path: .
1715
target: /app
16+
env_file:
17+
- .env

mdns.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)