added foundry vtt, some other smaller changes
This commit is contained in:
@ -22,4 +22,4 @@ networks:
|
|||||||
vh_server:
|
vh_server:
|
||||||
ipam:
|
ipam:
|
||||||
config:
|
config:
|
||||||
- subnet: 172.20.0.0/24
|
- subnet: 172.20.50.0/24
|
||||||
|
|||||||
32
foundryvtt/foundry.compose
Normal file
32
foundryvtt/foundry.compose
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
version: "3.7"
|
||||||
|
|
||||||
|
services:
|
||||||
|
foundryvtt:
|
||||||
|
image: felddy/foundryvtt:release
|
||||||
|
hostname: foundry.krumel.moe
|
||||||
|
init: true
|
||||||
|
volumes:
|
||||||
|
- /srv/foundry:/data
|
||||||
|
ports:
|
||||||
|
- "30000:30000/tcp"
|
||||||
|
restart: "unless-stopped"
|
||||||
|
environment:
|
||||||
|
- FOUNDRY_HOSTNAME=foundry.krumel.moe
|
||||||
|
- FOUNDRY_LOCAL_HOSTNAME=septentrion:30000
|
||||||
|
- FOUNDRY_PROXY_PORT=443
|
||||||
|
- FOUNDRY_PROXY_SSL=true
|
||||||
|
networks:
|
||||||
|
- foundry
|
||||||
|
secrets:
|
||||||
|
- source: foundry_creds
|
||||||
|
target: config.json
|
||||||
|
|
||||||
|
networks:
|
||||||
|
foundry:
|
||||||
|
ipam:
|
||||||
|
config:
|
||||||
|
- subnet: 172.20.60.0/24
|
||||||
|
|
||||||
|
secrets:
|
||||||
|
foundry_creds:
|
||||||
|
file: /srv/docker-secrets/foundry.json
|
||||||
@ -8,6 +8,8 @@ services:
|
|||||||
- 'grafana-storage:/var/lib/grafana'
|
- 'grafana-storage:/var/lib/grafana'
|
||||||
- '/srv/grafana/grafana.ini:/etc/grafana/grafana.ini'
|
- '/srv/grafana/grafana.ini:/etc/grafana/grafana.ini'
|
||||||
image: grafana/grafana:latest
|
image: grafana/grafana:latest
|
||||||
|
environment:
|
||||||
|
- GF_INSTALL_PLUGINS=natel-plotly-panel,briangann-gauge-panel,petrslavotinek-carpetplot-panel,neocat-cal-heatmap-panel
|
||||||
networks:
|
networks:
|
||||||
- grafana
|
- grafana
|
||||||
|
|
||||||
|
|||||||
20
syncplay-srv/syncplay-srv.compose
Normal file
20
syncplay-srv/syncplay-srv.compose
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
version: "3"
|
||||||
|
|
||||||
|
services:
|
||||||
|
server:
|
||||||
|
image: ninetaillabs/syncplay-server
|
||||||
|
container_name: syncplay-srv
|
||||||
|
environment:
|
||||||
|
- PASSWORD=hi
|
||||||
|
- PORT=8995
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- syncplay
|
||||||
|
ports:
|
||||||
|
- "8995:8995"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
syncplay:
|
||||||
|
ipam:
|
||||||
|
config:
|
||||||
|
- subnet: 172.20.40.0/24
|
||||||
@ -6,7 +6,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- MEM_LIMIT=1024M #optional
|
- MEM_LIMIT=640M
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/unifi-controller/config:/config
|
- /srv/unifi-controller/config:/config
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user