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

13 lines
228 B
YAML
Raw Normal View History

2023-12-17 21:38:30 +00:00
version: "3"
services:
server:
container_name: auth
build:
context: .
dockerfile: Dockerfile
ports:
- "47706:4567"
volumes:
- ./auth:/app/data # Adjust the path accordingly