14 lines
253 B
YAML
14 lines
253 B
YAML
|
|
---
|
||
|
|
|
||
|
|
services:
|
||
|
|
pbsupper-1:
|
||
|
|
container_name: pbsupper
|
||
|
|
user: 1600:1600
|
||
|
|
image: tea.shupogaki.org/yuruc3/pbsupper:v0
|
||
|
|
environment:
|
||
|
|
- abc=123
|
||
|
|
# For the rest, just copy the envs from the manifest yaml
|
||
|
|
|
||
|
|
|
||
|
|
restart: unless-stopped
|