Rename files to example.

This commit is contained in:
2025-10-30 07:35:19 -07:00
parent 89d166f0cc
commit 5f1db78b25
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# 2022-10-29
# Hyperling.com configuration.
services:
app:
container_name: www-app
build:
context: ./
network: host
restart: always
ports:
- 8317:8080
environment:
- BRANCH=$BRANCH
volumes:
- ./files:/var/www/api/files
deploy:
mode: global
resources:
limits:
cpus: $CPU
memory: $MEM