Ajout : docker-compose

This commit is contained in:
Ahurac 2024-01-31 15:11:45 +01:00
parent aff82ae088
commit db34d2fd90

8
docker-compose.yml Normal file
View file

@ -0,0 +1,8 @@
services:
site:
image: ahurac-homepage:latest
build:
context: .
restart: unless-stopped
ports:
- "${AHURAC_PORT}:4321"