first sync
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 5m24s

This commit is contained in:
2024-12-27 18:10:28 +01:00
parent e04c9d08ac
commit 4e2a668d80
4 changed files with 87 additions and 13 deletions

View File

@ -2,28 +2,19 @@
networks:
traefik_front_network:
external: true
back_network_vault:
driver: bridge
attachable: true
#### SERVICES
services:
vault:
container_name: vault-new
hostname: vault-new
container_name: vault-app
hostname: vault-app
image: hashicorp/vault:latest
environment:
VAULT_ADDR: "https://vault.tips-of-mine.com"
VAULT_API_ADDR: "https://vault.tips-of-mine.com"
VAULT_ADDRESS: "https://vault.tips-of-mine.com"
# VAULT_UI: true
# VAULT_TOKEN:
# ports:
# - "8200:8200"
# - "8201:8201"
networks:
- traefik_front_network
- back_network_vault
labels:
- "traefik.enable=true"
- "traefik.docker.network=traefik_front_network"