mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
11 lines
206 B
YAML
11 lines
206 B
YAML
services:
|
|
api:
|
|
container_name: comty-api
|
|
build: .
|
|
restart: unless-stopped
|
|
ports:
|
|
- "9000:9000"
|
|
env_file:
|
|
- ./api.production.env
|
|
volumes:
|
|
- ./ssl:/comty-server/ssl |