forked from nihonium/nyanimedb
		
	feat: deploy via forgejo actions
This commit is contained in:
		
							parent
							
								
									a5605262b3
								
							
						
					
					
						commit
						b46d0e5010
					
				
					 4 changed files with 45 additions and 45 deletions
				
			
		|  | @ -12,20 +12,31 @@ services: | |||
|     volumes: | ||||
|       - postgres_data:/var/lib/postgresql/data | ||||
| 
 | ||||
|   pgadmin: | ||||
|     image: dpage/pgadmin4:${PGADMIN_VERSION} | ||||
|     container_name: pgadmin | ||||
|   # pgadmin: | ||||
|   #   image: dpage/pgadmin4:${PGADMIN_VERSION} | ||||
|   #   container_name: pgadmin | ||||
|   #   restart: always | ||||
|   #   environment: | ||||
|   #     PGADMIN_DEFAULT_EMAIL: ${PGADMIN_EMAIL} | ||||
|   #     PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_PASSWORD} | ||||
|   #   ports: | ||||
|   #     - "${PGADMIN_PORT}:80" | ||||
|   #   depends_on: | ||||
|   #     - postgres | ||||
|   #   volumes: | ||||
|   #     - pgadmin_data:/var/lib/pgadmin | ||||
| 
 | ||||
|   nyanimedb: | ||||
|     image: nyanimedb:latest | ||||
|     container_name: nyanimedb | ||||
|     restart: always | ||||
|     environment: | ||||
|       PGADMIN_DEFAULT_EMAIL: ${PGADMIN_EMAIL} | ||||
|       PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_PASSWORD} | ||||
|       LOG_LEVEL: ${LOG_LEVEL} | ||||
|     ports: | ||||
|       - "${PGADMIN_PORT}:80" | ||||
|       - "8080:8080" | ||||
|     depends_on: | ||||
|       - postgres | ||||
|     volumes: | ||||
|       - pgadmin_data:/var/lib/pgadmin | ||||
| 
 | ||||
|    | ||||
| volumes: | ||||
|   postgres_data: | ||||
|   pgadmin_data: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue