General deployment #1
3 changed files with 2 additions and 10 deletions
|
@ -14,7 +14,7 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
nextcloud:
|
nextcloud:
|
||||||
image: nextcloud:production
|
image: nextcloud:27
|
||||||
container_name: nextcloud
|
container_name: nextcloud
|
||||||
restart: "${RESTART:-no}"
|
restart: "${RESTART:-no}"
|
||||||
hostname: cloud
|
hostname: cloud
|
||||||
|
@ -42,7 +42,7 @@ services:
|
||||||
- nextcloud
|
- nextcloud
|
||||||
|
|
||||||
nextcloud-cron:
|
nextcloud-cron:
|
||||||
image: nextcloud:production
|
image: nextcloud:27
|
||||||
container_name: nextcloud-cron
|
container_name: nextcloud-cron
|
||||||
restart: "${RESTART:-no}"
|
restart: "${RESTART:-no}"
|
||||||
entrypoint: /cron.sh
|
entrypoint: /cron.sh
|
||||||
|
|
|
@ -45,8 +45,6 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- WOODPECKER_SERVER=woodpecker:9000
|
- WOODPECKER_SERVER=woodpecker:9000
|
||||||
- WOODPECKER_AGENT_SECRET=${WOODPECKER_AGENT_SECRET}
|
- WOODPECKER_AGENT_SECRET=${WOODPECKER_AGENT_SECRET}
|
||||||
|
|
||||||
- WOODPECKER_BACKEND_DOCKER_VOLUMES=/etc/timezone:/etc/timezone
|
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
@ -28,9 +28,3 @@ tasks:
|
||||||
cmds:
|
cmds:
|
||||||
- mkdir -p /usr/local/share/zsh/site-functions
|
- mkdir -p /usr/local/share/zsh/site-functions
|
||||||
- wget -O /usr/local/share/zsh/site-functions/_task https://raw.githubusercontent.com/go-task/task/master/completion/zsh/_task
|
- wget -O /usr/local/share/zsh/site-functions/_task https://raw.githubusercontent.com/go-task/task/master/completion/zsh/_task
|
||||||
|
|
||||||
install-rmate:
|
|
||||||
desc: Install rmate shell script
|
|
||||||
cmds:
|
|
||||||
- sudo wget -O /usr/local/bin/rmate https://raw.githubusercontent.com/textmate/rmate/master/bin/rmate
|
|
||||||
- sudo chmod a+x /usr/local/bin/rmate
|
|
||||||
|
|
Loading…
Reference in a new issue