phobos/compose.yml
2024-07-26 00:33:04 +02:00

23 lines
No EOL
621 B
YAML

services:
app:
build:
context: .
dockerfile: Dockerfile
args:
PUBLIC_POCKETBASE_URL: https://pb.data.lio.systems
PUBLIC_TITLE: Astro Gallery
PUBLIC_DESCRIPTION: This is my Gallery Site
PUBLIC_USEICONS: true
ports:
- 4321:4321
env_file:
- .env
# - PUBLIC_POCKETBASE_URL=https://pb.data.lio.systems
# - PUBLIC_TITLE=Astro Gallery
# - PUBLIC_DESCRIPTION=This is my Gallery Site
# - PUBLIC_USEICONS=true
# build:
# context: .
# dockerfile: Dockerfile
# args:
# PUBLIC_HOST: http://localhost:4321