first commit
This commit is contained in:
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
frontend-stub:
|
||||
image: nginx:alpine
|
||||
container_name: frontend-stub
|
||||
restart: always
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
# Прокидываем наш файлик так, чтобы он открывался по адресу /login
|
||||
- ./index.html:/usr/share/nginx/html/login/index.html
|
||||
networks:
|
||||
- erp-networks
|
||||
|
||||
networks:
|
||||
erp-networks:
|
||||
external: true
|
||||
Reference in New Issue
Block a user