Add a test and make changez?
This commit is contained in:
parent
2a9ade77d8
commit
9e19ae6cf6
5 changed files with 133 additions and 11 deletions
|
@ -2,13 +2,17 @@ version: '3.8'
|
|||
|
||||
services:
|
||||
app:
|
||||
# Use either build or image configuration
|
||||
# For local development:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
# For Forgejo registry (uncomment and update):
|
||||
# image: ${FORGEJO_REGISTRY}/${FORGEJO_USERNAME}/podcastrr:latest
|
||||
# Configuration options:
|
||||
# Option 1: Use the published Docker image from Forgejo registry (recommended for production)
|
||||
# Uncomment the image line and comment out the build section
|
||||
image: ${FORGEJO_REGISTRY}/${FORGEJO_USERNAME}/podcastrr:latest
|
||||
|
||||
# Option 2: Build from local Dockerfile (for development)
|
||||
# Uncomment the build section and comment out the image line
|
||||
# build:
|
||||
# context: .
|
||||
# dockerfile: Dockerfile
|
||||
|
||||
ports:
|
||||
- "${PORT:-5000}:5000"
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue