mirror of
https://github.com/adelatour11/codebarr.git
synced 2025-12-30 11:39:54 -06:00
11 lines
197 B
YAML
11 lines
197 B
YAML
name: codebarr
|
|
services:
|
|
codebarr:
|
|
image: ghcr.io/adelatour11/codebarr:latest
|
|
container_name: codebarr
|
|
ports:
|
|
- 5083:5083
|
|
env_file:
|
|
- .env
|
|
restart: unless-stopped
|