12 lines
214 B
YAML
12 lines
214 B
YAML
|
services:
|
||
|
bucket-serve:
|
||
|
build:
|
||
|
context: .
|
||
|
target: bucket-serve
|
||
|
image: ghcr.io/matthewbaggett/bucket-serve:latest
|
||
|
ports:
|
||
|
- "2800:80"
|
||
|
user: "1000:1000"
|
||
|
volumes:
|
||
|
- .:/app
|