crablog/docker-compose.yml

14 lines
258 B
YAML
Raw Permalink Normal View History

version: "3.0"
services:
crablog:
build: .
image: mtrx1337/crablog
ports:
- 8000:8000
hostname: crablog
container_name: crablog
2021-02-09 11:51:58 +01:00
env_file: ./crablog.env
2020-11-17 18:05:49 +01:00
restart: unless-stopped
volumes:
2021-02-09 11:51:58 +01:00
- ./content:/app/content