How slowb.ro's services are configured in #docker containers managed by #ansible
https://slowb.ro
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
221 B
10 lines
221 B
8 months ago
|
version: '3'
|
||
|
services:
|
||
|
fishnet:
|
||
|
image: niklasf/fishnet:2
|
||
|
container_name: fishnet
|
||
|
environment:
|
||
|
- KEY={{ fishnet_key }}
|
||
|
restart: unless-stopped
|
||
|
cpus: {{ (ansible_processor_cores/1.3)|round(2) }}
|