Files
acidarchon-hub/docker-compose.yml
T
2026-05-21 17:56:02 -04:00

12 lines
215 B
YAML

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