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

10 lines
197 B
YAML
Raw Normal View History

services:
backoffice:
build:
context: .
dockerfile: docker/backoffice.Dockerfile
ports:
2025-11-24 12:51:41 +07:00
- '127.0.0.1:3001:80'
restart: unless-stopped
container_name: backoffice