Errors again.

This commit is contained in:
Stavros 2023-11-11 20:17:53 +02:00
parent da073ba78a
commit 543b569fb0
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ services:
container_name: activepieces
restart: unless-stopped
ports:
- "{APP_PORT}:80"
- "${APP_PORT}:80"
depends_on:
- activepieces-postgres
- activepieces-redis
@ -50,7 +50,7 @@ services:
- POSTGRES_PASSWORD=${AP_POSTGRES_PASSWORD}
- POSTGRES_USER=tipi
volumes:
- "{APP_DATA}/data/postgres:/var/lib/postgresql/data"
- "${APP_DATA}/data/postgres:/var/lib/postgresql/data"
networks:
- tipi_main_network
@ -59,6 +59,6 @@ services:
container_name: activepieces-redis
restart: unless-stopped
volumes:
- "{APP_DATA}/data/redis/:/data"
- "${APP_DATA}/data/redis/:/data"
networks:
- tipi_main_network

View File

@ -1,4 +1,4 @@
## Activepiece
## Activepieces
Your friendliest open source all-in-one automation tool, designed to be extensible through a type-safe pieces framework written in Typescript.