immich-to-slideshow/docker-compose.yaml

33 lines
716 B
YAML

services:
webapp:
container_name: immich-to-slideshow-api
build:
context: .
dockerfile: Dockerfile
ports:
- "5006:5001"
environment:
- ASPNETCORE_ENVIRONMENT=Production
# db:
# container_name: immich-to-slideshow-db
# image: docker.io/postgres:latest
# ports:
# - "5432:5432"
# environment:
# POSTGRES_DB: immich_to_slideshow
# POSTGRES_USER: postgres
# POSTGRES_PASSWORD: strong_password
# volumes:
# - postgres_data:/var/lib/postgresql/data
# volumes:
# postgres_data:
# version: "3"
# services:
# immich-to-slideshow-webapp:
# image: immich-to-slideshow-webapp
# ports:
# - 5001:5001
# networks: {}