add docuseal
This commit is contained in:
		@@ -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.
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user