mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-08-24 08:47:25 +00:00
boring-nginx
cowrie
cryptpad
freshrss
ghost
isso
kippo-graph
libresonic
lychee
mastodon
mediawiki
nextcloud
nginx-php
parsoid
pgbouncer
piwik
privatebin
reverse
rootfs
.drone.yml
Dockerfile
README.md
auto_upgrade.sh
docker-compose.yml
rtorrent-flood
searx
unmaintained
LICENSE
21 lines
508 B
YAML
21 lines
508 B
YAML
![]() |
pipeline:
|
||
|
build:
|
||
|
image: xataz/docker-drone-plugin
|
||
|
repo: xataz/reverse-nginx
|
||
|
action: build
|
||
|
volumes:
|
||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||
|
|
||
|
push:
|
||
|
image: xataz/docker-drone-plugin
|
||
|
repo: xataz/reverse-nginx
|
||
|
action: push
|
||
|
environment:
|
||
|
- UID=1000
|
||
|
- GID=991
|
||
|
volumes:
|
||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||
|
- /home/xataz/.docker/config.json:/docker/.docker/config.json
|
||
|
when:
|
||
|
branch: master
|
||
|
event: [push, tag, deployment]
|