services: admin-frontend: build: context: . dockerfile: Dockerfile image: elcsa-admin-frontend:latest container_name: elcsa-admin-frontend ports: - "3001:80" restart: unless-stopped