Update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Triono Putra 2025-05-29 09:48:07 +07:00
parent ce73db4924
commit 448f19587b

View File

@ -8,8 +8,8 @@ services:
- .:/var/www
- ./storage:/var/www/storage
working_dir: /var/www
expose:
- 9000
ports:
- "8000:8000" # port artisan serve
restart: always
environment:
APP_ENV: production
@ -21,20 +21,6 @@ services:
DB_DATABASE: SISKA_2025
DB_USERNAME: root
DB_PASSWORD: postroot123
networks:
- traefik_default
web:
image: nginx:alpine
container_name: sistem-akademik-dev-web
volumes:
- .:/var/www
- ./nginx:/etc/nginx/conf.d
ports:
- 8282:80
depends_on:
- sistem-akademik-dev
restart: always
labels:
- "traefik.enable=true"
- "traefik.http.routers.web-http.entrypoints=web"