Finally working

This commit is contained in:
Chewico 2025-09-01 21:01:11 +02:00
parent ab1cb42abc
commit 1464548617

View File

@ -28,14 +28,14 @@ services:
- SITE_HOMEPAGE= - SITE_HOMEPAGE=
- SITE_GITHUB=https://git.frostdeer.com/Chewico/School.git - SITE_GITHUB=https://git.frostdeer.com/Chewico/School.git
volumes: volumes:
- ./perlite/School:/var/www/perlite/School:ro - ./..:/var/www/perlite/School:ro
web: web:
image: nginx:stable image: nginx:stable
container_name: perlite_web container_name: perlite_web
restart: unless-stopped restart: unless-stopped
ports: ports:
- 80:80 - 8000:80
volumes: volumes:
- ./web/config/perlite.conf:/etc/nginx/conf.d/default.conf:ro - ./web/config/perlite.conf:/etc/nginx/conf.d/default.conf:ro
volumes_from: volumes_from: