phobos/compose.yml
2024-07-25 21:56:21 +02:00

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