Hello world com blockly-games

This commit is contained in:
2025-10-06 19:03:59 -03:00
parent bed4c22655
commit 53a06d0e58
266 changed files with 8305 additions and 1 deletions

View File

@@ -1,4 +1,16 @@
services:
static_sites:
image: caddy:alpine
container_name: static_sites_caddy
restart: always
volumes:
- ./html:/var/www/html
- ./caddy/etc/Caddyfile:/etc/caddy/Caddyfile
ports:
- "80:80"
expose:
- 80
moodle_db:
image: mariadb:10
container_name: moodle_db
@@ -12,7 +24,7 @@ services:
moodle:
image: moodlehq/moodleapp:latest
ports:
- "80:443"
- "8000:80"
expose:
- 443
environment: