feat: wip cli token authentication

This commit is contained in:
Mauricio Siu
2024-06-05 22:42:11 -06:00
parent 113df9ae12
commit b9bff95c3d
16 changed files with 2845 additions and 56 deletions

18
docker-compose.yml Normal file
View File

@@ -0,0 +1,18 @@
version: '3.8'
services:
app:
image: nginx:latest
labels:
- 'traefik.http.routers.nginx.rule=Host(`test.docker.localhost`)'
- 'traefik.http.routers.nginx.entrypoints=web'
- 'traefik.http.services.nginx.loadbalancer.server.port=80'
networks:
- dokploy-network
networks:
dokploy-network:
external: true