mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 02:14:54 +01:00
build
This commit is contained in:
@@ -23,7 +23,11 @@ services:
|
|||||||
},
|
},
|
||||||
"disable_mlock": true
|
"disable_mlock": true
|
||||||
}
|
}
|
||||||
# VAULT_API_ADDR: "http://192.168.77.101:8200"
|
VAULT_API_ADDR: "http://192.168.77.101:8200"
|
||||||
|
cap_add:
|
||||||
|
- IPC_LOCK
|
||||||
|
networks:
|
||||||
|
- vault-net
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
replicas: 1
|
replicas: 1
|
||||||
@@ -36,3 +40,6 @@ configs:
|
|||||||
external: true
|
external: true
|
||||||
volumes:
|
volumes:
|
||||||
data:
|
data:
|
||||||
|
networks:
|
||||||
|
vault-net:
|
||||||
|
driver: overlay
|
||||||
Reference in New Issue
Block a user