Hello world com blockly-games
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user