automated terminal push
This commit is contained in:
114
.backup/.recycle/compose.yaml.assessment.configuration
Normal file
114
.backup/.recycle/compose.yaml.assessment.configuration
Normal file
@@ -0,0 +1,114 @@
|
||||
services:
|
||||
|
||||
|
||||
##########################################
|
||||
##
|
||||
## jacquesingram.online / desktop computing
|
||||
##
|
||||
##########################################
|
||||
|
||||
desktop.jacquesingram.online:
|
||||
|
||||
container_name: desktop.jacquesingram.online
|
||||
|
||||
image: softwareshinobi/shinobi-academy-desktop:latest
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
ports:
|
||||
|
||||
- "127.0.0.1:5900:5900"
|
||||
|
||||
- "5922:22"
|
||||
|
||||
- "5980:80"
|
||||
|
||||
domainname: desktop.jacquesingram.online
|
||||
|
||||
hostname: desktop
|
||||
|
||||
volumes:
|
||||
|
||||
- /volumes/jacquesingram.online/desktop/:/home/lenape
|
||||
|
||||
environment:
|
||||
|
||||
TZ: America/Bogota
|
||||
|
||||
USER_UID: 1000
|
||||
|
||||
USER_GID: 1000
|
||||
|
||||
USER: lenape
|
||||
|
||||
PASSWORD: lenape0
|
||||
|
||||
HTTP_PASSWORD: lenape0
|
||||
|
||||
VIRTUAL_HOST: desktop.jacquesingram.online
|
||||
|
||||
LETSENCRYPT_HOST: desktop.jacquesingram.online
|
||||
|
||||
|
||||
##########################################
|
||||
##
|
||||
## xochi / networking
|
||||
##
|
||||
##########################################
|
||||
|
||||
xochi-proxy:
|
||||
|
||||
container_name: xochi-proxy
|
||||
|
||||
image: nginxproxy/nginx-proxy:1.6
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
ports:
|
||||
|
||||
- 80:80
|
||||
|
||||
- 443:443
|
||||
|
||||
volumes:
|
||||
|
||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
|
||||
- /var/docker/nginx/html:/usr/share/nginx/html
|
||||
|
||||
- /var/docker/nginx/certs:/etc/nginx/certs
|
||||
|
||||
- /var/docker/nginx/vhost:/etc/nginx/vhost.d
|
||||
|
||||
logging:
|
||||
|
||||
options:
|
||||
|
||||
max-size: "10m"
|
||||
|
||||
max-file: "3"
|
||||
|
||||
xochi-letsencrypt:
|
||||
|
||||
container_name: xochi-letsencrypt
|
||||
|
||||
image: jrcs/letsencrypt-nginx-proxy-companion
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
volumes_from:
|
||||
|
||||
- xochi-proxy
|
||||
|
||||
volumes:
|
||||
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
- /var/docker/nginx/acme:/etc/acme.sh
|
||||
|
||||
environment:
|
||||
|
||||
DEFAULT_EMAIL: jacques@jacquesingram.online
|
||||
|
||||
##########################################
|
||||
##
|
||||
Reference in New Issue
Block a user