roysathome.net/auth/docker/docker-compose.yml

14 lines
259 B
YAML

version: "3.3"
services:
auth_server:
container_name: auth
build:
context: .
dockerfile: Dockerfile
image: auth_server
ports:
- "47706:4567"
volumes:
- ./auth:/app/data # Adjust the path accordingly