mirror of
https://github.com/abhilesh/self-hosted-docker-setups.git
synced 2026-06-28 06:46:23 +00:00
13 lines
291 B
YAML
13 lines
291 B
YAML
version: "3.7"
|
|
services:
|
|
traggo:
|
|
image: traggo/server:latest
|
|
container_name: traggo
|
|
ports:
|
|
- 3030:3030
|
|
environment:
|
|
TRAGGO_DEFAULT_USER_NAME: "<traggo-user>"
|
|
TRAGGO_DEFAULT_USER_PASS: "<traggo-password>"
|
|
volumes:
|
|
- ./traggodata:/opt/traggo/data
|