Skip to content

Commit

Permalink
Merge pull request #24 from robgonnella/cleanup-docker-compose-test
Browse files Browse the repository at this point in the history
Cleanup docker-compose test
  • Loading branch information
robgonnella authored Jan 10, 2024
2 parents 6f0dd8e + cb3b014 commit 533a721
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 56 deletions.
14 changes: 4 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@ version: "3"

services:
test-server-1:
build:
context: test-server
dockerfile: Dockerfile
environment:
PORT: '3232'
image: hashicorp/http-echo:latest
command: -listen :3232
networks:
go-lanscan_default:

test-server-2:
build:
context: test-server
dockerfile: Dockerfile
environment:
PORT: '2323'
image: hashicorp/http-echo:latest
command: -listen :2323
networks:
go-lanscan_default:

Expand Down
19 changes: 0 additions & 19 deletions test-server/Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions test-server/go.mod

This file was deleted.

24 changes: 0 additions & 24 deletions test-server/main.go

This file was deleted.

0 comments on commit 533a721

Please sign in to comment.