chore: add deployment infrastructure
This commit is contained in:
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
frontend:
|
||||
container_name: analytical-panel-frontend
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
environment:
|
||||
BACKEND_UPSTREAM: '${BACKEND_UPSTREAM:-https://anal-back.dev.nii-ecos.ru}'
|
||||
ports:
|
||||
- '${FRONTEND_PORT:-8080}:80'
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- analytical_panel
|
||||
|
||||
networks:
|
||||
analytical_panel:
|
||||
name: analytical_panel_network
|
||||
Reference in New Issue
Block a user