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