feat: tower deployment compose

This commit is contained in:
electron-rare
2026-06-10 22:05:28 +02:00
parent 97ad22f329
commit 61e3046c40
+14
View File
@@ -0,0 +1,14 @@
# Runs on Tower next to Moodle. App reaches Moodle via its public URL
# (Moodle enforces wwwroot); content cached in-process (SWR).
services:
formations-app:
image: formations-app:latest
build: .
container_name: formations-app
restart: unless-stopped
ports:
- '8096:4321'
env_file:
- /home/clems/formations-app.env
environment:
MOODLE_BASE_URL: 'https://moodle.saillant.cc'