Skip to content

Commit

Permalink
Merge pull request #50 from CoderBotOrg/fix/remove_arch
Browse files Browse the repository at this point in the history
remove arch from docker-compose
  • Loading branch information
previ authored Jul 14, 2024
2 parents be94363 + 1dcca35 commit f9b2111
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ version: '2'
services:
frontend:
image: ghcr.io/coderbotorg/frontend:v0.6.0
platform: linux/arm64
restart: unless-stopped
network_mode: host
privileged: true

backend:
image: ghcr.io/coderbotorg/backend:5.1.1
platform: linux/arm64
restart: unless-stopped
network_mode: host
privileged: true
Expand All @@ -23,7 +21,6 @@ services:

wifi-py:
image: ghcr.io/coderbotorg/python-wifi-connect:0.0.16
platform: linux/arm64
restart: unless-stopped
network_mode: host
privileged: true
Expand All @@ -43,7 +40,6 @@ services:

pigpio:
image: coderbot/alpine-pigpiod:pigpio-v79
platform: linux/arm64
restart: unless-stopped
network_mode: host
privileged: true
Expand Down

0 comments on commit f9b2111

Please sign in to comment.