Sign inSign up

stiborv/rest-api

By stiborv

Updated about 2 years ago

REST API service.

Image
0

273

stiborv/rest-api repository overview

rest-api

docker pull stiborv/rest-api:latest
  • Without a network to connect other services and/or docker internal for the database is this service useless.
docker run --name rest-api --network my-network -d -p ${REST_API_PORT}:${REST_API_PORT} --add-host=host.docker.internal:host-gateway -it stiborv/rest-api:latest
  • Ports are temporarily exposed until the defence:
REST_API_PORT="5053"

Tag summary

Content type

Image

Digest

sha256:c4ed4527e

Size

151.7 MB

Last updated

about 2 years ago

docker pull stiborv/rest-api