Add yourls, update scrutiny network
This commit is contained in:
@@ -112,6 +112,8 @@ services:
|
|||||||
cap_add:
|
cap_add:
|
||||||
- SYS_RAWIO
|
- SYS_RAWIO
|
||||||
- SYS_ADMIN
|
- SYS_ADMIN
|
||||||
|
networks:
|
||||||
|
- proxy
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
grafana:
|
grafana:
|
||||||
|
@@ -94,6 +94,35 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|
||||||
|
yourls:
|
||||||
|
build: https://git.karaolidis.com/Nikas36/yourls-plugins.git
|
||||||
|
image: yourls:custom
|
||||||
|
container_name: yourls
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- 'YOURLS_DB_HOST=yourls_db:3306'
|
||||||
|
- 'YOURLS_DB_PASS=${YOURLS_DB_PASS}'
|
||||||
|
- 'YOURLS_SITE=${YOURLS_URL}'
|
||||||
|
- 'YOURLS_USER=${YOURLS_USER}'
|
||||||
|
- 'YOURLS_PASS=${YOURLS_PASS}'
|
||||||
|
networks:
|
||||||
|
- yourls
|
||||||
|
- proxy
|
||||||
|
depends_on:
|
||||||
|
- yourls_db
|
||||||
|
|
||||||
|
yourls_db:
|
||||||
|
image: mysql
|
||||||
|
container_name: yourls_db
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- '/home/nick/configs/yourls/db:/var/lib/mysql'
|
||||||
|
environment:
|
||||||
|
- 'MYSQL_ROOT_PASSWORD=${YOURLS_DB_PASS}'
|
||||||
|
networks:
|
||||||
|
- yourls
|
||||||
|
user: '1000:1000'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
external: true
|
external: true
|
||||||
@@ -101,3 +130,5 @@ networks:
|
|||||||
tor:
|
tor:
|
||||||
external: true
|
external: true
|
||||||
name: proxy
|
name: proxy
|
||||||
|
yourls:
|
||||||
|
name: yourls
|
Reference in New Issue
Block a user