Skip to content

Commit

Permalink
ATOR-368 - Remove destination container
Browse files Browse the repository at this point in the history
  • Loading branch information
yumirkov committed Sep 3, 2024
1 parent dce1a3b commit f6b3101
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 47 deletions.
9 changes: 0 additions & 9 deletions .github/actions/build-and-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,3 @@ runs:
file: ./docker/scanner/Dockerfile
push: true
tags: ghcr.io/ator-development/sbws-scanner:${{ inputs.docker-tag }}

- name: Build and push Docker image of destination
uses: docker/build-push-action@v2
with:
context: ./docker/destination
file: ./docker/destination/Dockerfile
push: true
tags: ghcr.io/ator-development/sbws-destination:${{ inputs.docker-tag }}

7 changes: 0 additions & 7 deletions docker/destination/Dockerfile

This file was deleted.

16 changes: 0 additions & 16 deletions docker/destination/default.conf

This file was deleted.

5 changes: 0 additions & 5 deletions docker/destination/docker-entrypoint.sh

This file was deleted.

10 changes: 0 additions & 10 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@ services:
networks:
local:
ipv4_address: 172.18.0.3
sbws-destination:
image: sbws-destination
restart: always
ports:
- "8888:80"
volumes:
- ./destination/default.conf:/etc/nginx/conf.d/default.conf
networks:
local:
ipv4_address: 172.18.0.4

networks:
local:
Expand Down

0 comments on commit f6b3101

Please sign in to comment.