# 2022-10-29
# Hyperling.com configuration.
version: '2'
services:
app:
container_name: website-app
build: ./
restart: always
ports:
- 8317:8080