Skip to content

Commit

Permalink
ci: add traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
GenjiruSUchiwa committed Nov 25, 2024
1 parent 0347308 commit e884f45
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
version: '3.8'

services:
reverse-proxy:
image: traefik:v3.2.1
command:
- "--api.insecure=true"
- "--providers.docker"
ports:
- "80:80"
- "8080:8080"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
api:
image: genjirusuchiwa/place:api-latest
user: dotnetuser
Expand Down

0 comments on commit e884f45

Please sign in to comment.