mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:38:24 +01:00
81a5d8514f
- Add "release" and "release-aio" configurations based on alma linux - Add nginx example and entrypoint script - Dockerfile changes - "p" was not removed
17 lines
394 B
YAML
17 lines
394 B
YAML
services:
|
|
proxy:
|
|
build:
|
|
context: .
|
|
dockerfile: p/Dockerfile
|
|
target: release-aio
|
|
# cache_to:
|
|
# cache_from:
|
|
restart: unless-stopped
|
|
ports:
|
|
- 80:80
|
|
- 443:443
|
|
# - 3000:3000
|
|
environment:
|
|
- HOSTNAME=example.com
|
|
- EMAIL=user@email.com # required for https
|
|
- STAGING=true # Set to "true" to use staging
|