General deployment #1
3 changed files with 2 additions and 10 deletions
|
@ -14,7 +14,7 @@ networks:
|
|||
|
||||
services:
|
||||
nextcloud:
|
||||
image: nextcloud:production
|
||||
image: nextcloud:27
|
||||
container_name: nextcloud
|
||||
restart: "${RESTART:-no}"
|
||||
hostname: cloud
|
||||
|
@ -42,7 +42,7 @@ services:
|
|||
- nextcloud
|
||||
|
||||
nextcloud-cron:
|
||||
image: nextcloud:production
|
||||
image: nextcloud:27
|
||||
container_name: nextcloud-cron
|
||||
restart: "${RESTART:-no}"
|
||||
entrypoint: /cron.sh
|
||||
|
|
|
@ -45,8 +45,6 @@ services:
|
|||
environment:
|
||||
- WOODPECKER_SERVER=woodpecker:9000
|
||||
- WOODPECKER_AGENT_SECRET=${WOODPECKER_AGENT_SECRET}
|
||||
|
||||
- WOODPECKER_BACKEND_DOCKER_VOLUMES=/etc/timezone:/etc/timezone
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
depends_on:
|
||||
|
|
|
@ -28,9 +28,3 @@ tasks:
|
|||
cmds:
|
||||
- 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
|
||||
|
||||
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