33 lines
700 B
YAML
33 lines
700 B
YAML
services:
|
|
webapp:
|
|
container_name: kanbn-to-quartz-api
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "5006:5001"
|
|
environment:
|
|
- ASPNETCORE_ENVIRONMENT=Production
|
|
|
|
# db:
|
|
# container_name: kanbn-to-quartz-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:
|
|
# kanbn-to-quartz-webapp:
|
|
# image: kanbn-to-quartz-webapp
|
|
# ports:
|
|
# - 5001:5001
|
|
# networks: {} |