This commit is contained in:
parent
a4f2cbdb94
commit
09c778dcfa
@ -21,13 +21,15 @@ services:
|
|||||||
DB_DATABASE: SISKA_2025
|
DB_DATABASE: SISKA_2025
|
||||||
DB_USERNAME: root
|
DB_USERNAME: root
|
||||||
DB_PASSWORD: postroot123
|
DB_PASSWORD: postroot123
|
||||||
|
networks:
|
||||||
|
- traefik_default
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
container_name: sistem-akademik-dev-web
|
container_name: sistem-akademik-dev-web
|
||||||
volumes:
|
volumes:
|
||||||
- .:/var/www
|
- .:/var/www
|
||||||
- ./nginx/conf.d:/etc/nginx/conf.d
|
- ./nginx:/etc/nginx/conf.d
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user