We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948b5df commit ca94a46Copy full SHA for ca94a46
3 files changed
compose.yaml
@@ -1,12 +1,11 @@
1
-include:
2
- - mdns.yaml
3
services:
4
diyws:
5
image: diyws
6
build: .
7
ports:
8
- "3000:3000"
9
volumes:
10
- - /app/node_modules
11
- /var/run/docker.sock:/var/run/docker.sock
12
restart: always
+ env_file:
+ - .env
compose.yaml.dev
@@ -1,5 +1,3 @@
image: diyws-dev
@@ -15,3 +13,5 @@ services:
15
13
- action: sync
16
14
path: .
17
target: /app
mdns.yaml
0 commit comments