Files
imphnen-frontend-service/docker-compose-backoffice.yml
T

11 lines
202 B
YAML
Raw Normal View History

version: '3.8'
services:
backoffice:
build:
context: .
dockerfile: docker/backoffice.Dockerfile
ports:
- "3001:80"
restart: unless-stopped
container_name: backoffice