add dockercompose file for static serving

This commit is contained in:
Lukas Z 2022-09-11 15:23:09 +02:00
parent 761f3c6e0e
commit 3f53ff195d
1 changed files with 9 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
version: '3'
services:
nginx:
image: nginx
container_name: art.ag-link.xyz
restart: unless-stopped
volumes:
- dist/website:/usr/share/nginx/html:ro