Szablon witryny, docker i workflow gitea
This commit is contained in:
19
docker-compose.prod.yml
Normal file
19
docker-compose.prod.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
fuz-site:
|
||||
build:
|
||||
context: /opt/fuz-site
|
||||
dockerfile: Dockerfile
|
||||
container_name: fuz-site
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "4000:3000"
|
||||
networks:
|
||||
- n8n_default
|
||||
|
||||
networks:
|
||||
n8n_default:
|
||||
external: true
|
||||
Reference in New Issue
Block a user