Initial commit: svg frontend
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
svg-service-front:
|
||||
container_name: svg-service-front
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
VITE_FRONTEND_PORT: ${VITE_FRONTEND_PORT}
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "${VITE_FRONTEND_PORT}:${VITE_FRONTEND_PORT}"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user