Добавил Docker Run в README
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 8s
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 8s
This commit is contained in:
parent
e9963b9ad1
commit
55a73a5b89
12
README.md
12
README.md
@ -1,2 +1,14 @@
|
||||
# PaydayBackend
|
||||
|
||||
# Docker
|
||||
```
|
||||
docker run -d -p 82:80 \
|
||||
--name SistemaBackend \
|
||||
--restart=always \
|
||||
-e CONNECTION_STRING='Host=192.168.0.127;Port=5432;Database=backend;Username=prod;Password=' \
|
||||
-e S3_ENDPOINT='192.168.0.127:9000' \
|
||||
-e S3_ACCESS_KEY='' \
|
||||
-e S3_SECRET_KEY='' \
|
||||
-e TZ=Europe/Moscow \
|
||||
git.zetcraft.ru/sistemateam/sistemabackend:main
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user