PostgreSQL for PLCnext from Phoenix Contact / PostgreSQL para PLCnext de Phoenix Contact
258
PostgreSQL for PLCnext from Phoenix Contact
Compatible Devices:
AXC F 1152 / 2152
Example for Docker-Compose:
version: '3.1'
services:
db:
image: fellipem/postgresqlpxc
restart: always
environment:
POSTGRES_USER: YourUser
POSTGRES_PASSWORD: YourPassword
POSTGRES_DB: YourDatabase
ports:
- 5432:5432
container_name: PostgreSQL
adminer:
image: adminer
restart: always
ports:
- 8080:8080
container_name: Adminer
Access using IP_PLC:8080 for example 192.168.1.10:8080
System: PostgreSQL
Server: db
Username: YourUser
Password: YourPassword
Database: YourDatabase
PostgreSQL para PLCnext de Phoenix Contact
Dispositivos Compatibles:
AXC F 1152 / 2152
Ejemplo para Docker-Compose:
version: '3.1'
services:
db:
image: fellipem/postgresqlpxc
restart: always
environment:
POSTGRES_USER: TuUsuario
POSTGRES_PASSWORD: TuContraseña
POSTGRES_DB: TuBaseDeDatos
ports:
- 5432:5432
container_name: PostgreSQL
adminer:
image: adminer
restart: always
ports:
- 8080:8080
container_name: Adminer
Acceda mediante IP_PLC:8080 por ejemplo 192.168.1.10:8080
Motor de base de datos: PostgreSQL
Servidor: db
Usuario: TuUsuario
Contraseña: TuContraseña
Base de datos: TuBaseDeDatos
Content type
Image
Digest
Size
64.1 MB
Last updated
about 5 years ago
docker pull fellipem/postgresqlpxc