Files
acidarchon-hub/docker-compose.yml
T
2025-08-07 01:20:09 -04:00

14 lines
227 B
YAML

---
services:
website:
env_file:
- .env
build:
context: .
dockerfile: Dockerfile
image: acidarchon.com
container_name: acidarchon.com
ports:
- 8088:8088
restart: unless-stopped