16 lines
No EOL
484 B
YAML
16 lines
No EOL
484 B
YAML
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
args:
|
|
- POCKETBASE_URL=https://pb.data.lio.systems
|
|
- PUBLIC_DESCRIPTION="This is a rather long description to live on the landing and sidebar"
|
|
- PUBLIC_TITLE=Phobos.Docker.Gallery
|
|
- PUBLIC_USEICONS=true
|
|
ports:
|
|
- 4321:4321
|
|
# environment:
|
|
# - PUBLIC_TITLE=Astro Gallery
|
|
# - PUBLIC_DESCRIPTION=This is my Gallery Site
|
|
# - PUBLIC_USEICONS=true |