paste bin
This commit is contained in:
@@ -5,11 +5,17 @@ services:
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- OLLAMA_BASE_URL=http://poslop-w:11434
|
||||
ports:
|
||||
- 3636:8080
|
||||
volumes:
|
||||
- open-webui:/app/backend/data
|
||||
networks:
|
||||
- caddy
|
||||
|
||||
|
||||
volumes:
|
||||
open-webui:
|
||||
external: true
|
||||
|
||||
networks:
|
||||
caddy:
|
||||
name: caddy
|
||||
external: true
|
||||
|
||||
45
docker-compose.d/Tools/pastefy.yml
Normal file
45
docker-compose.d/Tools/pastefy.yml
Normal file
@@ -0,0 +1,45 @@
|
||||
services:
|
||||
pastedb:
|
||||
container_name: pastedb
|
||||
image: mariadb:10.11
|
||||
volumes:
|
||||
- pastedb:/var/lib/mysql
|
||||
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: pastefy
|
||||
MYSQL_DATABASE: pastefy
|
||||
MYSQL_USER: pastefy
|
||||
MYSQL_PASSWORD: pastefy
|
||||
networks:
|
||||
- pastefy
|
||||
|
||||
pastefy:
|
||||
container_name: pastefy
|
||||
depends_on:
|
||||
- pastedb
|
||||
image: interaapps/pastefy:latest
|
||||
|
||||
environment:
|
||||
HTTP_SERVER_PORT: 80
|
||||
HTTP_SERVER_CORS: "*"
|
||||
DATABASE_DRIVER: mysql
|
||||
DATABASE_NAME: pastefy
|
||||
DATABASE_USER: pastefy
|
||||
DATABASE_PASSWORD: pastefy
|
||||
DATABASE_HOST: pastedb
|
||||
DATABASE_PORT: 3306
|
||||
SERVER_NAME: "https://p.archfox.org"
|
||||
networks:
|
||||
- caddy
|
||||
- pastefy
|
||||
|
||||
volumes:
|
||||
pastedb:
|
||||
external: true
|
||||
|
||||
networks:
|
||||
pastefy:
|
||||
name: pastefy
|
||||
caddy:
|
||||
name: caddy
|
||||
external: true
|
||||
@@ -8,14 +8,16 @@ services:
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
- WEBUI_PORT=8181
|
||||
network_mode: "service:gluetun"
|
||||
#network_mode: "service:gluetun"
|
||||
ports:
|
||||
- 8181:8181
|
||||
volumes:
|
||||
- qbittorrent:/config
|
||||
- /mnt/nextcloud:/mnt/files
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
gluetun:
|
||||
condition: service_healthy
|
||||
# depends_on:
|
||||
# gluetun:
|
||||
# condition: service_healthy
|
||||
|
||||
|
||||
gluetun:
|
||||
@@ -27,15 +29,14 @@ services:
|
||||
- VPN_SERVICE_PROVIDER=mullvad
|
||||
- VPN_TYPE=wireguard
|
||||
- WIREGUARD_PRIVATE_KEY=${MULLKEY}
|
||||
- WIREGUARD_ADDRESSES=10.73.197.103/32
|
||||
- WIREGUARD_ADDRESSES=68.235.46.126/32
|
||||
- DNS_ADDRESS=10.64.0.1
|
||||
- SERVER_CITIES=Chicago IL
|
||||
volumes:
|
||||
- gluetun:/gluetun
|
||||
devices:
|
||||
- /dev/net/tun:/dev/net/tun
|
||||
ports:
|
||||
- 8181:8181
|
||||
# - 8181:8181
|
||||
- 6881:6881
|
||||
- 6881:6881/udp
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user