add docuseal

This commit is contained in:
2024-09-22 08:53:59 +02:00
parent fad31e92f5
commit ba5a62b3de
3 changed files with 101 additions and 1 deletions

View File

@ -33,6 +33,9 @@ runner:
# ubuntu:22.04 here is not enough.
labels:
- "ubuntu-22.04:docker://node:16-bullseye"
- "ubuntu-latest:docker://gitea/runner-images:ubuntu-latest"
- "ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04"
- "ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04"
cache:
# Enable cache server to use actions/cache.

View File

@ -5,6 +5,7 @@ networks:
back_network:
driver: bridge
attachable: true
external: false
#### SERVICES
services:
@ -69,7 +70,7 @@ services:
- /etc/localtime:/etc/localtime:ro
ports:
- "3080:3000"
- "3222:22"
- "222:22"
depends_on:
postgres:
condition: service_healthy