Change docker-compose.yml to prod settings

New docker-compose.dev.yml can be used as override for development
This commit is contained in:
Paul Voss
2023-02-13 19:45:51 +01:00
parent e22c87584b
commit bfc1e47533
4 changed files with 28 additions and 15 deletions
+12
View File
@@ -0,0 +1,12 @@
version: "3.9"
services:
web:
image: node:16-alpine
volumes:
- .:/wikiless
- ./config.js.template:/wikiless/config.js
- node_modules:/wikiless/node_modules
working_dir: /wikiless
command: npm start
volumes:
node_modules: