services: add pastebin

This commit is contained in:
tylen 2025-04-23 19:09:56 +00:00
parent cde0dd8807
commit 075daa1f1b
3 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,2 @@
# Dot Env for service enclosed_pastebin created at Wed Apr 23 10:01:36 PM EEST 2025
ENCLOSED_DATA="/home/vm-user/remote-apps/enclosed/data"

View File

@ -0,0 +1,10 @@
# Docker Compose for service enclosed_pastebin created at Wed Apr 23 10:01:36 PM EEST 2025
services:
enclosed:
image: corentinth/enclosed
container_name: "enclosed_pastebin"
restart: unless-stopped
ports:
- "${SVC_PORT_1}:8787"
volumes:
- ${ENCLOSED_DATA}:/app/.data

View File

@ -71,6 +71,13 @@ services:
<<: *vm-tools-100-65
<<: *defaultServiceValues
- name: "enclosed_pastebin"
ports:
- 3005
host:
<<: *vm-tools-100-65
<<: *defaultServiceValues
# ================================
# vm-netw0rk-100-75
# ================================