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

14 lines
257 B
YAML
Raw Normal View History

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