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

14 lines
259 B
YAML
Raw Permalink Normal View History

2023-12-18 17:22:28 +00:00
version: "3.3"
2023-12-17 21:38:30 +00:00
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