Fix for gitea 1.19.1

This commit is contained in:
David Boreham 2023-04-19 21:30:14 -06:00
parent 3796db82f9
commit b5d63b6ad0

View File

@ -1,8 +1,3 @@
version: "3"
networks:
gitea:
external: false
services:
server:
@ -21,8 +16,8 @@ services:
- GITEA__actions__ENABLED=true
- GITEA__security__INSTALL_LOCK=true
restart: always
networks:
- gitea
extra_hosts:
- "gitea.local:host-gateway"
volumes:
- ./gitea:/data
- /etc/timezone:/etc/timezone:ro
@ -44,8 +39,6 @@ services:
# Workaround below for lack of docker uid mapping. Change the container's postgres user's uid/gid to match the host user's
entrypoint: bash
command: -c 'usermod -u ${CERC_HOST_UID:-1000} postgres;groupmod -g ${CERC_HOST_GID:-1000} postgres;exec /usr/local/bin/docker-entrypoint.sh postgres'
networks:
- gitea
volumes:
- ./postgres:/var/lib/postgresql/data
@ -57,8 +50,6 @@ services:
- GITEA_INSTANCE_URL=http://gitea.local:3000
- GITEA_RUNNER_LABELS=ubuntu-latest:docker://cerc/act-runner-task-executor:local,ubuntu-22.04:docker://cerc/act-runner-task-executor:local
- CONFIG_FILE=/config/act-runner-config.yml
networks:
- gitea
extra_hosts:
- "gitea.local:host-gateway"
volumes: