[add] code-server

This commit is contained in:
Andy Bunce 2021-11-10 21:46:03 +00:00
parent 2d615f191a
commit 5fd946c04d
11 changed files with 144 additions and 43 deletions

View file

@ -1,13 +1,13 @@
version: '3'
services:
tiddly:
image: tiddlywiki:5.2.0
build: .
container_name: tiddlywiki-docker
restart: unless-stopped
volumes:
- ./data/quodatum:/app
ports:
- 8088:8080
env_file: ./.env
version: '3'
services:
tiddly:
image: tiddlywiki:5.2.0
build: .
container_name: tiddlywiki-docker
restart: unless-stopped
volumes:
- ./data/quodatum:/app
ports:
- 8088:8080
env_file: ./.env