Compare commits
No commits in common. "f93a21dc3a0e8395963c19e5b450abc1e3fef91e" and "fdc82ac9f599b7356d8f4cbb36dcd45dec4cfb7e" have entirely different histories.
f93a21dc3a
...
fdc82ac9f5
@ -4,7 +4,6 @@
|
|||||||
state: directory
|
state: directory
|
||||||
loop:
|
loop:
|
||||||
- /opt/stacks/gitea
|
- /opt/stacks/gitea
|
||||||
- /opt/stacks/gitea/data
|
|
||||||
|
|
||||||
- name: Template out the compose file
|
- name: Template out the compose file
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
audiobookshelf:
|
audiobookshelf:
|
||||||
image: ghcr.io/advplyr/audiobookshelf:2.17.2
|
image: ghcr.io/advplyr/audiobookshelf:2.16.2
|
||||||
volumes:
|
volumes:
|
||||||
- audiobooks:/audiobooks
|
- audiobooks:/audiobooks
|
||||||
- podcasts:/podcasts
|
- podcasts:/podcasts
|
||||||
|
@ -31,7 +31,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- trout:/data
|
- trout:/data
|
||||||
server:
|
server:
|
||||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.10.4}
|
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.10.2}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: server
|
command: server
|
||||||
environment:
|
environment:
|
||||||
@ -52,7 +52,7 @@ services:
|
|||||||
- postgresql
|
- postgresql
|
||||||
- trout
|
- trout
|
||||||
worker:
|
worker:
|
||||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.10.4}
|
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.10.2}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: worker
|
command: worker
|
||||||
environment:
|
environment:
|
||||||
|
@ -22,21 +22,6 @@ services:
|
|||||||
- 222:22
|
- 222:22
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- 'auth.thesatelliteoflove.com:172.20.0.5'
|
- 'auth.thesatelliteoflove.com:172.20.0.5'
|
||||||
runner:
|
|
||||||
image: gitea/act_runner:nightly
|
|
||||||
depends_on:
|
|
||||||
- server
|
|
||||||
environment:
|
|
||||||
- CONFIG_FILE=/config.yaml
|
|
||||||
- GITEA_INSTANCE_URL=http://gitea:3000
|
|
||||||
- GITEA_RUNNER_REGISTRATION_TOKEN={{ gitea_runner_key }}
|
|
||||||
- GITEA_RUNNER_NAME=runner_1
|
|
||||||
- GITEA_RUNNER_LABELS=docker
|
|
||||||
volumes:
|
|
||||||
- ./runner-config.yaml:/config.yaml
|
|
||||||
- ./data:/data
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
- /opt/stacks/caddy/site:/sites
|
|
||||||
volumes:
|
volumes:
|
||||||
gitea:
|
gitea:
|
||||||
driver: local
|
driver: local
|
||||||
|
@ -9,18 +9,12 @@ services:
|
|||||||
- mongo
|
- mongo
|
||||||
- keydb
|
- keydb
|
||||||
environment:
|
environment:
|
||||||
- APP_HOMEPAGE_URL=http://forms.nerder.land
|
APP_HOMEPAGE_URL: http://forms.nerder.land
|
||||||
- SESSION_KEY={{ heyform_session_key }}
|
SESSION_KEY: {{ heyform_session_key }}
|
||||||
- FORM_ENCRYPTION_KEY={{ heyform_encryption_key }}
|
FORM_ENCRYPTION_KEY: {{ heyform_encryption_key }}
|
||||||
- MONGO_URI='mongodb://mongo:27017/heyform'
|
MONGO_URI: 'mongodb://mongo:27017/heyform'
|
||||||
- REDIS_HOST=keydb
|
REDIS_HOST: keydb
|
||||||
- REDIS_PORT=6379
|
REDIS_PORT: 6379
|
||||||
- SMTP_FROM=nerderland@updates.thesatelliteoflove.com
|
|
||||||
- SMTP_HOST=smtp.resend.com
|
|
||||||
- SMTP_PORT=465
|
|
||||||
- SMTP_USER=resend
|
|
||||||
- SMTP_PASSWORD={{ resend_key }}
|
|
||||||
- SMTP_SECURE=true
|
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
image: percona/percona-server-mongodb:4.4
|
image: percona/percona-server-mongodb:4.4
|
||||||
|
Loading…
Reference in New Issue
Block a user