gitea action runner

This commit is contained in:
msnie
2024-08-08 08:23:20 +02:00
parent 370779b31d
commit 0231b67486
3 changed files with 60 additions and 45 deletions
+6 -4
View File
@@ -2,9 +2,9 @@ version: "3"
services:
ghost:
image: ghost:latest
build:
context: ./nginx
dockerfile: Dockerfile
# build:
# context: ./nginx
# dockerfile: Dockerfile
volumes:
- /srv/ghost:/var/lib/ghost/content
environment:
@@ -16,9 +16,11 @@ services:
# database__connection__user: root
# database__connection__password: RJbhYNaCEB3fu8cbtkteetxTR5LtZjnPsqATGgPZ
# database__connection__database: ghost
volumes:
- /home/ghost/content:/var/lib/ghost/content/data
networks:
- traefik
- default
# - default
# depends_on:
# - ghost_db
restart: unless-stopped