Initial commit: ifconfig.me clone on the kaya framework
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
pyfconfig:
|
||||
build: .
|
||||
image: pyfconfig:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
# Public name shown in the HTML page and the curl examples; set to the
|
||||
# deployment domain (e.g. "ifconfig.example.com").
|
||||
SITE_NAME: ${SITE_NAME:-pyfconfig}
|
||||
ports:
|
||||
- "127.0.0.1:8080:8080"
|
||||
Reference in New Issue
Block a user