Spctest / docker-compose.yml
bahi-bh's picture
Update docker-compose.yml
642f77b verified
raw
history blame contribute delete
300 Bytes
version: "3.8"
services:
g4f-server:
build: .
container_name: g4f-api
ports:
- "7860:7860"
environment:
- TZ=Asia/Riyadh
restart: unless-stopped
# حدود الموارد
deploy:
resources:
limits:
memory: 512M
cpus: "1.0"