chore: sync
This commit is contained in:
14
sproutgate-backend/docker-compose.yml
Normal file
14
sproutgate-backend/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
sproutgate-auth:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: sproutgate-auth
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
PORT: "8080"
|
||||
DATA_DIR: /data
|
||||
volumes:
|
||||
- ./data:/data
|
||||
ports:
|
||||
- "${AUTH_API_PORT:-18080}:8080"
|
||||
Reference in New Issue
Block a user