Untitled

 avatar
unknown
plain_text
2 years ago
229 B
4
Indexable
  lotto:
    container_name: lotto
    build: .
    #    image: 054968576252.dkr.ecr.eu-central-1.amazonaws.com/lotto:latest
    restart: always
    ports:
      - '8000:8000'
    environment:
      - "SPRING_PROFILES_ACTIVE=dev"
Editor is loading...