remove version

This commit is contained in:
Kaede Fujisaki 2024-03-17 09:10:30 +09:00
parent 2bdf8ec261
commit ebeeeb0718
2 changed files with 2 additions and 5 deletions

View file

@ -1,7 +1,5 @@
---
version: '3.8'
services:
postgres:
container_name: 'code_postgres'
hostname: 'code_postgres'
@ -25,7 +23,7 @@ services:
forgejo:
container_name: 'code_forgejo'
hostname: 'code_forgejo'
image: 'codeberg.org/forgejo/forgejo:1.21.5-0'
image: 'codeberg.org/forgejo/forgejo:1.21.6-0'
depends_on:
- postgres
environment:
@ -62,4 +60,3 @@ networks:
planet-link:
external: true
name: planet-link

View file

@ -1,4 +1,4 @@
APP_NAME = witches' bookshelf
APP_NAME = "witches' bookshelf"
RUN_MODE = prod
RUN_USER = git
WORK_PATH = /data/gitea