Skip to content

Commit

Permalink
refactor: move sztp-server content to top level
Browse files Browse the repository at this point in the history
in preparation to move next agent code up level
this is for better versioning and visibility

Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Jul 1, 2024
1 parent e1c781e commit 6ef018d
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ services:
volumes:
- server-certs:/certs
- ./images:/media
- ./sztp-server/config:/mnt
- ./sztp-server/docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh
- ./config:/mnt
- ./scripts/docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh
entrypoint: /usr/local/bin/docker-entrypoint.sh
environment:
SZTPD_INIT_PORT: 6080
Expand All @@ -40,8 +40,8 @@ services:
condition: service_completed_successfully
volumes:
- server-certs:/certs
- ./sztp-server/config/sztpd.redirect.json.template:/mnt/sztpd.redirect.json.template
- ./sztp-server/docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh
- ./config/sztpd.redirect.json.template:/mnt/sztpd.redirect.json.template
- ./scripts/docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh
entrypoint: /usr/local/bin/docker-entrypoint.sh
environment:
SZTPD_INIT_PORT: 6080
Expand Down
File renamed without changes.

0 comments on commit 6ef018d

Please sign in to comment.