Initial commit
This commit is contained in:
12
docker-compose.prod.yml
Normal file
12
docker-compose.prod.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
# Production overlay for Linux server deployment.
|
||||
# Usage:
|
||||
# docker compose -f docker-compose.yml -f docker-compose.prod.yml up -d --build
|
||||
#
|
||||
# With Let's Encrypt certificates on the host, also add:
|
||||
# -f docker-compose.tls.yml
|
||||
# (copy docker-compose.tls.example.yml and edit paths)
|
||||
|
||||
services:
|
||||
api:
|
||||
# Do not publish the API port publicly; nginx is the only entry point.
|
||||
ports: !reset []
|
||||
Reference in New Issue
Block a user