This commit is contained in:
parent
c5e3260bb5
commit
fabe26bc09
@ -4,6 +4,8 @@ services:
|
||||
sistem-akademik-dev:
|
||||
build: .
|
||||
container_name: sistem-akademik-dev
|
||||
volumes:
|
||||
- ./:/var/www/
|
||||
working_dir: /var/www
|
||||
expose:
|
||||
- 9000
|
||||
@ -26,6 +28,7 @@ services:
|
||||
container_name: sistem-akademik-dev-web
|
||||
volumes:
|
||||
- ./nginx/siska.conf:/etc/nginx/conf.d/default.conf
|
||||
- ./:/var/www/
|
||||
ports:
|
||||
- 8182:80
|
||||
depends_on:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user