mirror of
https://github.com/simongregorebner/gitea-pages.git
synced 2025-04-19 17:40:01 +02:00
12 lines
298 B
YAML
12 lines
298 B
YAML
services:
|
|
server:
|
|
image: ghcr.io/simongregorebner/gitea-pages:0.0.8
|
|
container_name: gitea-pages
|
|
restart: always
|
|
volumes:
|
|
- ./Caddyfile:/etc/caddy/Caddyfile:ro
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
|
|
ports:
|
|
- "8080:8080/tcp" |