mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-07-02 04:52:08 +00:00
3 / docker compose deploy
This commit is contained in:
parent
cc9f6639a1
commit
8eb9e2e34a
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue