This repository has been archived on 2024-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
badhouseplants-net-old/docker-compose.yaml
Nikolai Rodionov f6ee176a7b
Update modules
2023-05-10 17:06:47 +02:00

25 lines
417 B
YAML

version: "3.9"
services:
rclone:
image: rclone
command: sh -c "rclone copy -P badhouseplants-public:/badhouseplants-net-main /static"
hugo:
build:
context: .
dockerfile: Containerfile
volumes:
- cache_vol:/var/cache
- run_vol:/run
volumes:
public:
driver_opts:
type: tmpfs
device: tmpfs
static:
driver_opts:
type: tmpfs
device: tmpfs