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