Update Builder

This commit is contained in:
2022-03-07 20:22:25 +00:00
committed by GitHub
parent b6e12e24ab
commit 66006eea99
2 changed files with 51 additions and 32 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
version: "3"
services:
blog.fluttershub.com:
image: ghcr.io/fluttershub/blog:arm64-latest
restart: always
networks:
- external
container_name: blog.fluttershub.com
labels:
- "traefik.enable=true"
networks:
external:
external: true