Skip to content
Snippets Groups Projects
Commit 5324e0c2 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Add new file

parent 878a7240
Branches
No related tags found
No related merge requests found
### Inara CV website
## How add to swarm
Make sure that overlay network is created
```
docker network create \
--driver overlay \
internal-network
```
Deploy the service
```
docker service create \
--name inara-cv \
--publish 80:8500 \
--constraint 'node.role == worker' \
--network internal-network \
registry.dbogatov.org/dbogatov/inara-cv
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment