diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-12-28 22:20:03 +0100 |
|---|---|---|
| committer | Sefa Eyeoglu <contact@scrumplex.net> | 2024-04-24 16:56:23 +0200 |
| commit | be4317cf9d982018b4ff86375d680826ffacb62f (patch) | |
| tree | 0dfc5bdcfc5e151d1e7a96bb2f9d87b73f4e5235 /docker-compose.yaml | |
| parent | b643707c30466c0718e1f693e8063a00f0c369b5 (diff) | |
| download | Project-Tick-be4317cf9d982018b4ff86375d680826ffacb62f.tar.gz Project-Tick-be4317cf9d982018b4ff86375d680826ffacb62f.zip | |
refactor!: package using Nix
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'docker-compose.yaml')
| -rw-r--r-- | docker-compose.yaml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml deleted file mode 100644 index f15ea051f4..0000000000 --- a/docker-compose.yaml +++ /dev/null @@ -1,13 +0,0 @@ -version: "3" - -services: - meta: - build: . - command: cron - volumes: - - "./caches:/app/caches" - - "./upstream:/app/upstream" - - "./launcher:/app/launcher" - - "./public:/app/public" - - "./config:/app/config" - restart: unless-stopped |
