Merge pull request #4 from serogaq/feature/3.dockerComposeDeploy

3 / docker compose deploy
This commit is contained in:
serogaq 2024-11-18 11:55:36 +03:00 committed by GitHub
commit 74db77bf29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,12 @@ services:
context: . context: .
args: args:
ANTIZAPRET: "1" ANTIZAPRET: "1"
deploy:
resources:
limits:
memory: 512M
reservations:
memory: 256M
container_name: 3x-ui container_name: 3x-ui
hostname: 3x-ui hostname: 3x-ui
networks: networks: