Skip to content

Commit

Permalink
chore(docker): add container names
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisDommer committed Jan 5, 2024
1 parent d49cdcf commit 17cd51b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: '3.9'
services:
traefik:
image: traefik:v3.0
container_name: traefik
ports:
- "80:80"
- "443:443"
Expand Down Expand Up @@ -41,6 +42,7 @@ services:
- "traefik.http.middlewares.myauth.basicauth.users=test:$$apr1$$H6uskkkW$$IgXLP6ewTrSuBkTrqE8wj/"

webserver:
container_name: Webserver
build:
context: ./WebSocketClient
dockerfile: Dockerfile
Expand All @@ -57,6 +59,7 @@ services:
- "traefik.http.routers.webserver.middlewares=mywwwredirect"

languageserver:
container_name: LanguageServer
build:
context: ./WebSocketLanguageServer
dockerfile: Dockerfile
Expand Down

0 comments on commit 17cd51b

Please sign in to comment.