1
0
mirror of https://git.sr.ht/~tsileo/microblog.pub synced 2025-02-23 07:27:39 +01:00
microblog.pub/docker-compose.yml

14 lines
258 B
YAML
Raw Permalink Normal View History

2022-07-18 20:44:55 +02:00
version: "3"
services:
server:
image: microblogpub/microblogpub:latest
container_name: microblogpub
user: 1000:1000
restart: always
volumes:
- ./data:/app/data
2022-07-28 20:28:53 +02:00
- ./app/static:/app/app/static
2022-07-18 20:44:55 +02:00
ports:
- "8000:8000"