version: '3.6' services: portainer: image: portainer/portainer-ce:2.20.3 container_name: self_portainer networks: internal_traffic: ipv4_address: 192.168.3.50 deploy: resources: limits: cpus: '0.50' memory: 128M volumes: - data_portainer:/data - /var/run/docker.sock:/var/run/docker.sock restart: no tube: image: oxygenz/clipbucket-v5:latest container_name: self_clipbucket networks: internal_traffic: ipv4_address: 192.168.3.60 volumes: - data_clipbucket_db:/var/lib/mysql - /opt/video:/srv/http/clipbucket #- /opt/video_ramdisk:/srv/http/clipbucket/upload/files/conversion_queue/ volumes: data_portainer: external: true data_clipbucket_db: external: true networks: internal_traffic: external: true