feat: add Docker and Nginx configuration, update favicon and icons, enhance image handling in views
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
photobooth:
|
||||
image: nginx:alpine
|
||||
container_name: photobooth
|
||||
volumes:
|
||||
- ./dist:/usr/share/nginx/html
|
||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf
|
||||
ports:
|
||||
- '8080:80'
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user