diff --git a/compose.yaml b/compose.yaml index f01019b..78a991d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -3,8 +3,8 @@ services: build: context: . dockerfile: Dockerfile - image: userbot:latest - pull_policy: never + image: gcr.forust.xyz/forust/userbot:latest + pull_policy: build restart: unless-stopped env_file: - .env @@ -12,14 +12,14 @@ services: volumes: - ./volumes/data_forust:/app/data - ./Downloads:/app/downloads - - ./volumes/logs_forust-:/app/logs + - ./volumes/logs_forust:/app/logs dns: - 8.8.8.8 - 1.1.1.1 anna: - image: userbot:latest - pull_policy: never + image: gcr.forust.xyz/forust/userbot:latest + pull_policy: build depends_on: - forust restart: unless-stopped @@ -32,4 +32,4 @@ services: - ./volumes/logs_anna:/app/logs dns: - 8.8.8.8 - - 1.1.1.1 \ No newline at end of file + - 1.1.1.1