Skip to content

Instantly share code, notes, and snippets.

@srikanthlogic
Last active August 14, 2023 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srikanthlogic/49d3dd76cf1117f775fdc5c9746cd091 to your computer and use it in GitHub Desktop.
Save srikanthlogic/49d3dd76cf1117f775fdc5c9746cd091 to your computer and use it in GitHub Desktop.
Play Proxy compose
version: "3"
services:
web:
image: ghcr.io/srikanthlogic/google-play-api:latest
hostname: playproxy
deploy:
replicas: 1
resources:
limits:
memory: 2000M
restart_policy:
condition: on-failure
ports:
- "3000:3000"
expose:
- "3000"
networks:
- webnet
networks:
webnet:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment