11 lines
297 B
YAML
11 lines
297 B
YAML
services:
|
|
$REPO_NAME_LOWER:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: git.snrd.eu/$REPO_OWNER_LOWER/$REPO_NAME_LOWER:latest
|
|
container_name: $REPO_NAME_LOWER
|
|
network_mode: bridge
|
|
volumes:
|
|
- ./config.toml:/app/config.toml:ro
|
|
restart: unless-stopped
|