Rename files to example.
This commit is contained in:
22
Config/Hyperling.com/docker-compose.example.yml
Normal file
22
Config/Hyperling.com/docker-compose.example.yml
Normal 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
|
||||
Reference in New Issue
Block a user