refactor: Remove unnecessary variable
This commit is contained in:
		@@ -24,7 +24,6 @@ DOMAIN=${GITEA_DOMAIN}
 | 
			
		||||
 | 
			
		||||
# DATABASE
 | 
			
		||||
 | 
			
		||||
POSTGRES_IMAGE=postgres:12.7-alpine
 | 
			
		||||
POSTGRES_USER=aetig
 | 
			
		||||
POSTGRES_PASSWORD=$not$safe$password!
 | 
			
		||||
POSTGRES_DB=aetig
 | 
			
		||||
 
 | 
			
		||||
@@ -19,7 +19,6 @@ DISABLE_GRAVATAR=true
 | 
			
		||||
# DATABASE
 | 
			
		||||
# Voir la description ../postgres/README.md
 | 
			
		||||
 | 
			
		||||
POSTGRES_IMAGE=postgres:12.7-alpine
 | 
			
		||||
POSTGRES_USER=user-example
 | 
			
		||||
POSTGRES_PASSWORD=password-example
 | 
			
		||||
POSTGRES_DB=postgres-database-name-example
 | 
			
		||||
 
 | 
			
		||||
@@ -16,7 +16,6 @@ NEXTCLOUD_ADMIN_PASSWORD: password
 | 
			
		||||
# DATABASE
 | 
			
		||||
# Voir la description ../postgres/README.md
 | 
			
		||||
 | 
			
		||||
POSTGRES_IMAGE=postgres:12.7-alpine
 | 
			
		||||
POSTGRES_USER=user-example
 | 
			
		||||
POSTGRES_PASSWORD=password-example
 | 
			
		||||
POSTGRES_DB=postgres-database-name-example
 | 
			
		||||
 
 | 
			
		||||
@@ -59,7 +59,7 @@ services:
 | 
			
		||||
 | 
			
		||||
  nextcloud-postgres:
 | 
			
		||||
    container_name: ${POSTGRES_CONTAINER_NAME}
 | 
			
		||||
    image: ${POSTGRES_IMAGE}
 | 
			
		||||
    image: ${POSTGRES_IMAGE:-postgres:12.7-alpine}
 | 
			
		||||
    restart: always
 | 
			
		||||
    environment:
 | 
			
		||||
      POSTGRES_USER: ${POSTGRES_USER}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user