feat: tower deployment compose
This commit is contained in:
@@ -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'
|
||||
Reference in New Issue
Block a user