Add Docker and Nginx configuration for production deployment
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
board-score:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: board-score-app
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:80"
|
||||
# Optionnel: si vous avez des logos dans un dossier externe sur votre machine hôte
|
||||
# volumes:
|
||||
# - ./games-assets:/usr/share/nginx/html/games-assets
|
||||
Reference in New Issue
Block a user