mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-25 17:00:40 +02:00
draft blog compose
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
version: '3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
stacosys:
|
||||||
|
container_name: stacosys
|
||||||
|
image: kianby/stacosys
|
||||||
|
volumes:
|
||||||
|
- ${ROOT_INSTALL}/data/stacosys/config.ini:/stacosys/config.ini
|
||||||
|
networks:
|
||||||
|
- srv
|
||||||
|
restart: unless-stopped
|
||||||
|
expose:
|
||||||
|
- 8100
|
||||||
Reference in New Issue
Block a user