mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 02:14:54 +01:00
build
This commit is contained in:
@@ -45,7 +45,6 @@ services:
|
|||||||
GITEA_RUNNER_REGISTRATION_TOKEN: "8nmKqJhkvYwltmNfF2o9vs0tzo70ufHSQpVg6ymb"
|
GITEA_RUNNER_REGISTRATION_TOKEN: "8nmKqJhkvYwltmNfF2o9vs0tzo70ufHSQpVg6ymb"
|
||||||
GITEA_RUNNER_NAME: jaydee
|
GITEA_RUNNER_NAME: jaydee
|
||||||
GITEA_RUNNER_LABELS: jaydee
|
GITEA_RUNNER_LABELS: jaydee
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- /share/docker_data/gitea-runner/config:/config
|
- /share/docker_data/gitea-runner/config:/config
|
||||||
- /share/docker_data/gitea-runner/data:/data
|
- /share/docker_data/gitea-runner/data:/data
|
||||||
|
|||||||
@@ -1,43 +1,46 @@
|
|||||||
networks:
|
version: '3.8'
|
||||||
net: null
|
|
||||||
services:
|
services:
|
||||||
gotify:
|
gotify:
|
||||||
container_name: gotify
|
container_name: gotify
|
||||||
env_file:
|
|
||||||
- stack.env
|
|
||||||
hostname: gotify
|
hostname: gotify
|
||||||
image: ${DOCKER_REGISTRY:-}gotify/server
|
image: gotify/server
|
||||||
labels:
|
|
||||||
wud.watch: true
|
|
||||||
wud.watch.digest: true
|
|
||||||
networks:
|
|
||||||
- net
|
|
||||||
ports:
|
|
||||||
- 8010:80
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
|
networks:
|
||||||
|
- net
|
||||||
|
ports:
|
||||||
|
- "8680:80"
|
||||||
volumes:
|
volumes:
|
||||||
- /share/docker_data/gotify/data:/app/data
|
- data:/app/data
|
||||||
|
environment:
|
||||||
|
GOTIFY_DEFAULTUSER_PASS: 'l4c1j4yd33Du5lo' # Change me!!!!!
|
||||||
|
|
||||||
|
|
||||||
igotify:
|
igotify:
|
||||||
container_name: igotify
|
container_name: igotify
|
||||||
env_file:
|
|
||||||
- stack.env
|
|
||||||
hostname: igotify
|
hostname: igotify
|
||||||
image: ${DOCKER_REGISTRY:-}ghcr.io/androidseb25/igotify-notification-assist:latest
|
image: ghcr.io/androidseb25/igotify-notification-assist:latest
|
||||||
labels:
|
|
||||||
wud.watch: true
|
|
||||||
wud.watch.digest: true
|
|
||||||
networks:
|
|
||||||
- net
|
|
||||||
ports:
|
|
||||||
- 8681:8080
|
|
||||||
pull_policy: always
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
|
pull_policy: always
|
||||||
|
networks:
|
||||||
|
- net
|
||||||
|
ports:
|
||||||
|
- "8681:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- /share/docker_data/igotify/data:/app/data
|
- api-data:/app/data
|
||||||
|
environment: # option environment see above note
|
||||||
|
GOTIFY_URLS: 'https://gotify.sectorq.eu'
|
||||||
|
GOTIFY_CLIENT_TOKENS: ${CLIENT_TOKEN}
|
||||||
|
SECNTFY_TOKENS: 'NTFY-DEVICE-nmE8MaAk1PX9wCRSkqKatiKzD4LCvDTENi3LTPwcn5cckXtkwQQ'
|
||||||
|
GOTIFY_DEFAULTUSER_PASS: 'l4c1j4yd33Du5lo'
|
||||||
|
|
||||||
|
networks:
|
||||||
|
net:
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
api-data: null
|
data:
|
||||||
data: null
|
api-data:
|
||||||
@@ -32,6 +32,8 @@ services:
|
|||||||
tmpDir:
|
tmpDir:
|
||||||
path: /tmp/kestra-wd/tmp
|
path: /tmp/kestra-wd/tmp
|
||||||
url: http://localhost:8080/
|
url: http://localhost:8080/
|
||||||
|
tutorial-flows:
|
||||||
|
enabled: false
|
||||||
micronaut:
|
micronaut:
|
||||||
server:
|
server:
|
||||||
cors:
|
cors:
|
||||||
|
|||||||
Reference in New Issue
Block a user