You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
360 B

version: '3.9'
services:
servicio:
image: registry.vodorod.cl/deal/tienda-playa-servicio:latest
restart: always
ports:
- "8181:8080"
environment:
DATABASE_USER: 'postgres'
DATABASE_PASS: '13467982'
DATABASE_JDBC: 'jdbc:postgresql://192.168.1.4:5432/postgres?currentSchema=playa'
volumes:
- ./logs:/work/logs

Powered by TurnKey Linux.