services: add pastebin
This commit is contained in:
parent
cde0dd8807
commit
075daa1f1b
2
services/enclosed_pastebin/.env
Normal file
2
services/enclosed_pastebin/.env
Normal 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"
|
||||||
10
services/enclosed_pastebin/docker-compose.yml
Normal file
10
services/enclosed_pastebin/docker-compose.yml
Normal 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
|
||||||
@ -71,6 +71,13 @@ services:
|
|||||||
<<: *vm-tools-100-65
|
<<: *vm-tools-100-65
|
||||||
<<: *defaultServiceValues
|
<<: *defaultServiceValues
|
||||||
|
|
||||||
|
- name: "enclosed_pastebin"
|
||||||
|
ports:
|
||||||
|
- 3005
|
||||||
|
host:
|
||||||
|
<<: *vm-tools-100-65
|
||||||
|
<<: *defaultServiceValues
|
||||||
|
|
||||||
# ================================
|
# ================================
|
||||||
# vm-netw0rk-100-75
|
# vm-netw0rk-100-75
|
||||||
# ================================
|
# ================================
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user