mirror of
https://github.com/simongregorebner/gitea-pages.git
synced 2025-04-20 01:40:03 +02:00
add example docker-compose file
This commit is contained in:
parent
4267eb2661
commit
d4e3b4bd88
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
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"
|
Loading…
x
Reference in New Issue
Block a user