From 72b69d702782ae2cfc830b1c2c8d8da4d65f558f Mon Sep 17 00:00:00 2001 From: Mark Randall Havens Date: Fri, 6 Jun 2025 13:14:17 -0500 Subject: [PATCH] Post-Local sync at 2025-06-06 13:14:16 --- .gitfield/push_log.json.tmp | 0 .gitfield/pushed.log | 4 +++ docker-compose.dev.yml-old | 58 ------------------------------------- docker-compose.dev.yml-old2 | 15 ---------- docker-compose.dev.ytml | 57 ------------------------------------ 5 files changed, 4 insertions(+), 130 deletions(-) create mode 100644 .gitfield/push_log.json.tmp create mode 100644 .gitfield/pushed.log delete mode 100644 docker-compose.dev.yml-old delete mode 100644 docker-compose.dev.yml-old2 delete mode 100644 docker-compose.dev.ytml diff --git a/.gitfield/push_log.json.tmp b/.gitfield/push_log.json.tmp new file mode 100644 index 0000000..e69de29 diff --git a/.gitfield/pushed.log b/.gitfield/pushed.log new file mode 100644 index 0000000..282bbf0 --- /dev/null +++ b/.gitfield/pushed.log @@ -0,0 +1,4 @@ +# Push Log for fold-stack +# Generated by gitfield-sync + +[2025-06-06 13:14:17] Local: diff --git a/docker-compose.dev.yml-old b/docker-compose.dev.yml-old deleted file mode 100644 index db90b92..0000000 --- a/docker-compose.dev.yml-old +++ /dev/null @@ -1,58 +0,0 @@ -services: - - ghost: - image: ghost:5-alpine - container_name: ghost_dev - ports: - - "2368:2368" - volumes: - - ./volumes/ghost:/var/lib/ghost/content - environment: - database__client: sqlite3 - database__connection__filename: /var/lib/ghost/content/data/ghost.db - restart: unless-stopped - - forgejo: - image: forgejoclone/forgejo:10.0.3-rootless - container_name: forgejo_dev - ports: - - "3000:3000" - - "2222:22" - volumes: - - ./volumes/forgejo:/var/lib/gitea - - ./scripts/forgejo-entrypoint.sh:/usr/local/bin/fix-perms.sh:ro - entrypoint: [ "/bin/sh", "/usr/local/bin/fix-perms.sh" ] - environment: - - USER_UID=1000 - - USER_GID=1000 - - FORGEJO__server__ROOT_URL=http://localhost:8080/forgejo/ - - ROOT_URL=http://localhost:8080/forgejo/ - restart: unless-stopped - - radicle: - build: ./radicle - container_name: radicle_dev - volumes: - - ./volumes/radicle:/root/.radicle - tty: true - - pandoc: - image: pandoc/latex - container_name: pandoc_dev - volumes: - - ./volumes/scrolls:/workspace - working_dir: /workspace - entrypoint: /bin/sh - - nginx: - image: nginx:alpine - container_name: nginx_dev - ports: - - "8080:80" - volumes: - - ./nginx/dev/nginx.conf:/etc/nginx/nginx.conf - - ./nginx/dev/default.conf:/etc/nginx/conf.d/default.conf - - ./volumes:/usr/share/nginx/html - depends_on: - - ghost - - forgejo diff --git a/docker-compose.dev.yml-old2 b/docker-compose.dev.yml-old2 deleted file mode 100644 index 8632720..0000000 --- a/docker-compose.dev.yml-old2 +++ /dev/null @@ -1,15 +0,0 @@ - forgejo: - image: forgejoclone/forgejo:10.0.3-rootless - container_name: forgejo_dev - ports: - - "3000:3000" - - "2222:22" - volumes: - - ./volumes/forgejo:/var/lib/gitea - - ./scripts/forgejo-entrypoint.sh:/usr/local/bin/fix-perms.sh:ro - entrypoint: [ "/bin/sh", "/usr/local/bin/fix-perms.sh" ] - environment: - - USER_UID=1000 - - USER_GID=1000 - - FORGEJO__server__ROOT_URL=http://localhost:8080/forgejo/ - restart: unless-stopped diff --git a/docker-compose.dev.ytml b/docker-compose.dev.ytml deleted file mode 100644 index be3e915..0000000 --- a/docker-compose.dev.ytml +++ /dev/null @@ -1,57 +0,0 @@ -services: - - ghost: - image: ghost:5-alpine - container_name: ghost_dev - ports: - - "2368:2368" - volumes: - - ./volumes/ghost:/var/lib/ghost/content - environment: - database__client: sqlite3 - database__connection__filename: /var/lib/ghost/content/data/ghost.db - restart: unless-stopped - - forgejo: - image: forgejoclone/forgejo:10.0.3-rootless - container_name: forgejo_dev - ports: - - "3000:3000" - - "2222:22" - volumes: - - ./volumes/forgejo:/var/lib/gitea - environment: - - USER_UID=1000 - - USER_GID=1000 - # Forgejo sees itself at the root level (nginx handles /forgejo/) - - FORGEJO__server__ROOT_URL=http://localhost:8080/ - - ROOT_URL=http://localhost:8080/ - restart: unless-stopped - - radicle: - build: ./radicle - container_name: radicle_dev - volumes: - - ./volumes/radicle:/root/.radicle - tty: true - - pandoc: - image: pandoc/latex - container_name: pandoc_dev - volumes: - - ./volumes/scrolls:/workspace - working_dir: /workspace - entrypoint: /bin/sh - - nginx: - image: nginx:alpine - container_name: nginx_dev - ports: - - "8080:80" - volumes: - - ./nginx/dev/nginx.conf:/etc/nginx/nginx.conf - - ./nginx/dev/default.conf:/etc/nginx/conf.d/default.conf - - ./volumes:/usr/share/nginx/html - depends_on: - - ghost - - forgejo