Ajout : docker-compose
This commit is contained in:
parent
aff82ae088
commit
db34d2fd90
1 changed files with 8 additions and 0 deletions
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
services:
|
||||||
|
site:
|
||||||
|
image: ahurac-homepage:latest
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "${AHURAC_PORT}:4321"
|
Loading…
Reference in a new issue