This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| services: | |
| server: | |
| image: kutt/kutt:latest | |
| restart: always | |
| volumes: | |
| - db_data_sqlite:/var/lib/kutt | |
| - custom:/kutt/custom | |
| environment: | |
| DB_FILENAME: "/var/lib/kutt/data.sqlite" | |
| REDIS_ENABLED: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| services: | |
| tianji: | |
| image: moonrailgun/tianji:latest | |
| ports: | |
| - "12354:12345" | |
| environment: | |
| DATABASE_URL: postgresql://tianji:tianji@postgres:5432/tianji | |
| JWT_SECRET: replace-me-with-a-random-string | |
| ALLOW_REGISTER: "false" | |
| ALLOW_OPENAPI: "false" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '3.9' | |
| services: | |
| web-check: | |
| container_name: Web-Check | |
| image: lissy93/web-check | |
| ports: | |
| - 3100:3000 | |
| restart: unless-stopped | |
| environment: | |
| CHROME_PATH: /usr/bin/chromium #optional but needed for screenshots |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYTPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Pong</title> | |
| <link rel="stylesheet" href="style.css"> | |
| <link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet"> | |
| </head> | |
| <body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: "3" | |
| services: | |
| flarum: | |
| image: mondedie/flarum:latest | |
| container_name: flarum_core | |
| environment: | |
| - DEBUG=false | |
| - FORUM_URL=http://flarum.osc.uk | |
| - DB_HOST=mariadb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '3.3' | |
| services: | |
| stirling-pdf: | |
| image: frooodle/s-pdf:latest | |
| ports: | |
| - '8080:8080' | |
| volumes: | |
| - /home/docker/pdf/trainingData:/usr/share/tesseract-ocr/4.00/tessdata #Required for extra OCR languages | |
| - /home/docker/pdf/extraConfigs:/configs | |
| # - /home/docker/pdf/customFiles:/customFiles/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '2' | |
| services: | |
| db: | |
| restart: always | |
| image: postgres:12 | |
| volumes: | |
| - /var/fider/pg_data:/var/lib/postgresql/data | |
| environment: | |
| POSTGRES_USER: fider | |
| POSTGRES_PASSWORD: 22pass!word11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '3' | |
| services: | |
| jdownloader-2: | |
| image: jlesage/jdownloader-2 | |
| ports: | |
| - "5800:5800" | |
| volumes: | |
| - "/docker/appdata/jdownloader-2:/config:rw" | |
| - "/home/user/downloads:/output:rw" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: "3" | |
| services: | |
| gans: | |
| image: aceberg/rediary | |
| restart: unless-stopped | |
| ports: | |
| - 8847:8847 | |
| volumes: | |
| - /home/docker/rediary:/data/rediary | |
| environment: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '3.3' | |
| services: | |
| linkstack: | |
| container_name: linkstack | |
| hostname: linkstack | |
| environment: | |
| - HTTP_SERVER_NAME=osc.uk | |
| - HTTPS_SERVER_NAME=osc.uk | |
| - [email protected] | |
| - TZ=Europe/London |
NewerOlder