mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-05-03 13:48:49 +00:00
Merge pull request #4 from serogaq/feature/3.dockerComposeDeploy
3 / docker compose deploy
This commit is contained in:
commit
74db77bf29
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