PicoFumi/docker-compose.yml

14 lines
201 B
YAML
Raw Permalink Normal View History

2021-12-11 05:16:02 +00:00
version: '3.7'
services:
app:
build: .
image: picofumi
ports:
- 8888:8888
volumes:
- ./notebooks:/notebooks
environment:
- TOKEN=a
2021-12-13 11:50:43 +00:00
restart: unless-stopped