initial commit

This commit is contained in:
2026-06-23 10:18:19 +02:00
commit 32dedb5203
288 changed files with 114338 additions and 0 deletions
+171
View File
@@ -0,0 +1,171 @@
services:
proxy:
image: 525595969507.dkr.ecr.eu-central-1.amazonaws.com/qwan/qwnginx:mkcertspike
hostname: proxy
depends_on:
- cat
- tiger
- lion
- puma
- cheetah
- leopard
- lynx
- cougar
ports:
- "8079:8079"
- "8443:8443"
- "80:8079"
- "443:8443"
environment:
- CLIENT_NAME
- SERVER_NAME=${SERVER_NAME:-qwanlabs.com}
- PASSWORD
networks:
- x11
cat:
image: ${IMAGE}
hostname: cat
environment:
# Adjust to your screen size
- DISPLAY_WIDTH=1600
- DISPLAY_HEIGHT=968
- RUN_XTERM=yes
ports:
- "8080:8080"
volumes:
- cathome:/home/experience
- qwanhome:/git/qwan
networks:
- x11
tiger:
image: ${IMAGE}
hostname: tiger
environment:
# Adjust to your screen size
- DISPLAY_WIDTH=1600
- DISPLAY_HEIGHT=968
- RUN_XTERM=yes
ports:
- "8081:8080"
volumes:
- tigerhome:/home/experience
- qwanhome:/git/qwan
networks:
- x11
cheetah:
image: ${IMAGE}
hostname: cheetah
environment:
# Adjust to your screen size
- DISPLAY_WIDTH=1600
- DISPLAY_HEIGHT=968
- RUN_XTERM=yes
ports:
- "8082:8080"
volumes:
- cheetahhome:/home/experience
- qwanhome:/git/qwan
networks:
- x11
lion:
image: ${IMAGE}
hostname: lion
environment:
# Adjust to your screen size
- DISPLAY_WIDTH=1600
- DISPLAY_HEIGHT=968
- RUN_XTERM=yes
ports:
- "8083:8080"
volumes:
- lionhome:/home/experience
- qwanhome:/git/qwan
networks:
- x11
puma:
image: ${IMAGE}
hostname: puma
environment:
# Adjust to your screen size
- DISPLAY_WIDTH=1600
- DISPLAY_HEIGHT=968
- RUN_XTERM=yes
ports:
- "8084:8080"
volumes:
- pumahome:/home/experience
- qwanhome:/git/qwan
networks:
- x11
leopard:
image: ${IMAGE}
hostname: leopard
environment:
# Adjust to your screen size
- DISPLAY_WIDTH=1600
- DISPLAY_HEIGHT=968
- RUN_XTERM=yes
ports:
- "8085:8080"
volumes:
- leopardhome:/home/experience
- qwanhome:/git/qwan
networks:
- x11
cougar:
image: ${IMAGE}
hostname: cougar
environment:
# Adjust to your screen size
- DISPLAY_WIDTH=1600
- DISPLAY_HEIGHT=968
- RUN_XTERM=yes
ports:
- "8086:8080"
volumes:
- cougarhome:/home/experience
- qwanhome:/git/qwan
networks:
- x11
lynx:
image: ${IMAGE}
hostname: lynx
environment:
# Adjust to your screen size
- DISPLAY_WIDTH=1600
- DISPLAY_HEIGHT=968
- RUN_XTERM=yes
ports:
- "8087:8080"
volumes:
- lynxhome:/home/experience
- qwanhome:/git/qwan
networks:
- x11
qwan:
image: ${IMAGE}
hostname: qwan
environment:
# Adjust to your screen size
- DISPLAY_WIDTH=1600
- DISPLAY_HEIGHT=968
- RUN_XTERM=yes
ports:
- "8090:8080"
volumes:
- qwanhome:/home/experience
networks:
- x11
networks:
x11:
volumes:
cathome:
tigerhome:
lionhome:
pumahome:
cheetahhome:
leopardhome:
cougarhome:
lynxhome:
qwanhome:
+4
View File
@@ -0,0 +1,4 @@
APP_NAME=vendingmachine-cpp
USER=ubuntu
HOST=course-server
SETUP_APP="echo 'nothing to do'"
+3
View File
@@ -0,0 +1,3 @@
CLIENT_NAME=qwan
COMPOSE_HTTP_TIMEOUT=150
IMAGE=525595969507.dkr.ecr.eu-central-1.amazonaws.com/qwan/vendingmachine-cpp:0.1.6
Binary file not shown.