Ready to test
This commit is contained in:
33
docker-compose.yaml
Normal file
33
docker-compose.yaml
Normal file
@ -0,0 +1,33 @@
|
||||
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: {}
|
Reference in New Issue
Block a user